缴费审核

This commit is contained in:
FLL
2025-09-04 16:12:11 +08:00
parent 6dc4727b15
commit b0d48d0425
9 changed files with 347 additions and 292 deletions

View File

@@ -112,6 +112,12 @@ export const modalSchema: FormSchemaGetter = () => [
fieldName: 'nfcCode',
component: 'Input',
},
{
label: '巡检位置',
fieldName: 'inspectionLocation',
component: 'Input',
rules: 'required',
},
{
label: '备注',
fieldName: 'remark',