客户服务
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
FLL
2025-07-23 20:50:49 +08:00
parent 447ad7f004
commit 9d75dd2168
10 changed files with 266 additions and 88 deletions

View File

@@ -207,13 +207,13 @@ export const modalSchema: FormSchemaGetter = () => [
{
label: '计费单价',
fieldName: 'unitPrice',
component: 'Input',
component: 'InputNumber',
rules: 'required',
},
{
label: '附加费',
fieldName: 'surcharge',
component: 'Input',
component: 'InputNumber',
rules: 'required',
},
];