新增待办信息
This commit is contained in:
@@ -54,15 +54,19 @@
|
||||
component: 'TreeSelect',
|
||||
componentProps: {
|
||||
allowClear: true,
|
||||
// style: 'width: calc(50% - 60px)',
|
||||
},
|
||||
// colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
{
|
||||
field: 'none',
|
||||
component: 'None',
|
||||
},
|
||||
|
||||
{
|
||||
label: t('排序号'),
|
||||
field: 'treeSort',
|
||||
helpMessage: '升序',
|
||||
component: 'InputNumber',
|
||||
componentProps: {
|
||||
maxlength: 10,
|
||||
},
|
||||
defaultValue: '30',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: t('选项标签'),
|
||||
field: 'dictLabelRaw',
|
||||
@@ -81,18 +85,6 @@
|
||||
},
|
||||
required: true,
|
||||
},
|
||||
|
||||
{
|
||||
label: t('排序号'),
|
||||
field: 'treeSort',
|
||||
helpMessage: '升序',
|
||||
component: 'InputNumber',
|
||||
componentProps: {
|
||||
maxlength: 10,
|
||||
},
|
||||
defaultValue: '30',
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
label: t('系统内置'),
|
||||
field: 'isSys',
|
||||
@@ -102,21 +94,20 @@
|
||||
},
|
||||
required: true,
|
||||
},
|
||||
|
||||
{
|
||||
label: t('选项描述'),
|
||||
field: 'description',
|
||||
component: 'Input',
|
||||
componentProps: {
|
||||
maxlength: 500,
|
||||
},
|
||||
},
|
||||
{
|
||||
label: t('选项图标'),
|
||||
field: 'dictIcon',
|
||||
component: 'IconPicker',
|
||||
},
|
||||
|
||||
{
|
||||
label: t('选项描述'),
|
||||
field: 'description',
|
||||
component: 'InputTextArea',
|
||||
componentProps: {
|
||||
maxlength: 500,
|
||||
},
|
||||
colProps: { md: 24, lg: 24 },
|
||||
},
|
||||
{
|
||||
label: t('其它信息'),
|
||||
field: 'otherInfo',
|
||||
@@ -132,9 +123,10 @@
|
||||
'tag error、tag success、tag warning、tag processing、tag default',
|
||||
'badge error、badge success、badge warning、badge processing',
|
||||
],
|
||||
component: 'Input',
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
maxlength: 500,
|
||||
dictType: 'css_type',
|
||||
allowClear: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -145,13 +137,6 @@
|
||||
maxlength: 500,
|
||||
},
|
||||
},
|
||||
|
||||
// {
|
||||
// label: t('其它信息'),
|
||||
// field: 'otherInfo',
|
||||
// component: 'Divider',
|
||||
// colProps: { md: 24, lg: 24 },
|
||||
// },
|
||||
{
|
||||
label: t('备注信息'),
|
||||
field: 'remarks',
|
||||
|
||||
Reference in New Issue
Block a user