币种、价格条款加顺序字段

This commit is contained in:
2025-10-23 14:36:12 +08:00
parent e3fa9e517c
commit f1c5cded22
2 changed files with 60 additions and 0 deletions

View File

@ -251,6 +251,36 @@ export const formProps: FormProps = {
style: { width: '100%' }
}
},
{
key: 'd00b7b90aa494bd582867e9b0a7b03b1',
field: 'sort',
label: '显示顺序',
type: 'number',
component: 'InputNumber',
colProps: { span: 24 },
defaultValue: '',
componentProps: {
labelWidthMode: 'fix',
labelFixWidth: 120,
responsive: false,
width: '100%',
span: '',
defaultValue: 0,
min: 0,
max: 100,
step: 1,
maxlength: null,
disabled: false,
showLabel: true,
controls: true,
required: false,
subTotal: false,
isShow: true,
rules: [],
events: {},
style: { width: '100%' }
}
},
{
key: '7940a5fbdf024f44b18d063c2023ee46',
field: 'valid',

View File

@ -304,6 +304,36 @@ export const formProps: FormProps = {
style: { width: '100%' }
}
},
{
key: 'd00b7b90aa494bd582867e9b0a7b03b1',
field: 'sort',
label: '显示顺序',
type: 'number',
component: 'InputNumber',
colProps: { span: 24 },
defaultValue: '',
componentProps: {
labelWidthMode: 'fix',
labelFixWidth: 120,
responsive: false,
width: '100%',
span: '',
defaultValue: 0,
min: 0,
max: 100,
step: 1,
maxlength: null,
disabled: false,
showLabel: true,
controls: true,
required: false,
subTotal: false,
isShow: true,
rules: [],
events: {},
style: { width: '100%' }
}
},
{
key: 'd1feff0a3b454fa4a29c53355ab6c9cd',
field: 'valid',