This commit is contained in:
@@ -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',
|
||||
},
|
||||
];
|
||||
|
Reference in New Issue
Block a user