更新报告寄送位置

This commit is contained in:
xianyi
2025-12-08 09:26:40 +08:00
parent a5fa94145e
commit 5f81667c60
5 changed files with 75 additions and 42 deletions

View File

@@ -18,8 +18,8 @@ export interface ExamClient {
[key: string]: unknown;
}
export type ExamModalTab = 'detail' | 'sign' | 'addon' | 'print';
export type QuickActionType = 'none' | 'meal' | 'vip' | 'delivery' | 'note';
export type ExamModalTab = 'detail' | 'sign' | 'addon' | 'print' | 'delivery';
export type QuickActionType = 'none' | 'meal' | 'vip' | 'note';
export const HOME_STATS: [string, number][] = [
['今日预约', 80],