签报字段

This commit is contained in:
‘huanghaiixia’
2025-12-22 17:27:18 +08:00
parent 2b2c8df0f7
commit e22112359d
4 changed files with 30 additions and 27 deletions

View File

@ -496,34 +496,29 @@ export const formProps: FormProps = {
key: '8',
field: 'sort',
label: '显示顺序',
type: 'input',
type: 'number',
component: 'InputNumber',
colProps: { span: 8 },
defaultValue: null,
componentProps: {
width: '100%',
span: '',
min:0,
defaultValue: '',
labelWidthMode: 'fix',
labelFixWidth: 120,
responsive: false,
respNewRow: false,
placeholder: '请输入显示顺序',
width: '100%',
span: '',
defaultValue: null,
min: 0,
max: null,
step: 1,
maxlength: null,
prefix: '',
suffix: '',
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%' },
},
},