Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@ -251,6 +251,36 @@ export const formProps: FormProps = {
|
|||||||
style: { width: '100%' }
|
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',
|
key: '7940a5fbdf024f44b18d063c2023ee46',
|
||||||
field: 'valid',
|
field: 'valid',
|
||||||
|
|||||||
@ -304,6 +304,36 @@ export const formProps: FormProps = {
|
|||||||
style: { width: '100%' }
|
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',
|
key: 'd1feff0a3b454fa4a29c53355ab6c9cd',
|
||||||
field: 'valid',
|
field: 'valid',
|
||||||
|
|||||||
Reference in New Issue
Block a user