diff --git a/src/views/mdm/Category/components/config.ts b/src/views/mdm/Category/components/config.ts index 269e053..1e784e3 100644 --- a/src/views/mdm/Category/components/config.ts +++ b/src/views/mdm/Category/components/config.ts @@ -281,29 +281,24 @@ export const formProps: FormProps = { colProps: { span: 24 }, defaultValue: '', componentProps: { - width: '100%', - span: '', - defaultValue: '', labelWidthMode: 'fix', labelFixWidth: 120, responsive: false, - respNewRow: false, + width: '100%', + span: '', + defaultValue: null, + min: 0, + max: null, placeholder: '请输入车/数量单位', maxlength: null, - prefix: '', - suffix: '', - min:0, - addonBefore: '', - addonAfter: '', disabled: false, - allowClear: false, showLabel: true, + controls: true, required: false, + subTotal: false, + isShow: true, rules: [], events: {}, - isSave: false, - isShow: true, - scan: false, style: { width: '100%' } } },