缴费审核
This commit is contained in:
@@ -112,6 +112,12 @@ export const modalSchema: FormSchemaGetter = () => [
|
||||
fieldName: 'nfcCode',
|
||||
component: 'Input',
|
||||
},
|
||||
{
|
||||
label: '巡检位置',
|
||||
fieldName: 'inspectionLocation',
|
||||
component: 'Input',
|
||||
rules: 'required',
|
||||
},
|
||||
{
|
||||
label: '备注',
|
||||
fieldName: 'remark',
|
||||
|
Reference in New Issue
Block a user