新增待办信息
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
field: 'sslEnable',
|
field: 'sslEnable',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
dictType: 'is_open',
|
dictType: 'is_enable',
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
},
|
},
|
||||||
required: true,
|
required: true,
|
||||||
|
|||||||
@@ -97,7 +97,7 @@
|
|||||||
field: 'sslEnable',
|
field: 'sslEnable',
|
||||||
component: 'Select',
|
component: 'Select',
|
||||||
componentProps: {
|
componentProps: {
|
||||||
dictType: 'is_open',
|
dictType: 'is_enable',
|
||||||
allowClear: true,
|
allowClear: true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
sorter: true,
|
sorter: true,
|
||||||
width: 130,
|
width: 130,
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dictType: 'is_open',
|
dictType: 'is_enable',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('状态'),
|
title: t('状态'),
|
||||||
|
|||||||
Reference in New Issue
Block a user