更新报告寄送位置
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user