优化客户列表数据,上午下午

This commit is contained in:
xianyi
2025-12-22 10:30:11 +08:00
parent 11ac18fade
commit 9f471db313
2 changed files with 0 additions and 6 deletions

View File

@@ -9,7 +9,6 @@ export interface ExamClient {
elapsed: string;
checkedItems: string[];
pendingItems: string[];
timeSlot: '上午' | '下午';
channel: string;
vipType: '高客' | '普客';
signStatus: '已登记' | '未登记';