8/4 更新 输入限制,修复收银台

This commit is contained in:
Zy
2026-08-04 16:07:22 +08:00
parent ca5f214bac
commit 494b7869ea
26 changed files with 668 additions and 412 deletions

View File

@@ -42,6 +42,7 @@ export type billlistType = {
'endDate': string;
'money': string;
'payStatus': string;
'remark': string;
amount: string;
residentName: string;
};