mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-09-11 23:51:53 +08:00
refactor: dict
This commit is contained in:
@@ -96,7 +96,8 @@ export const crudSchemas = reactive<CrudSchema[]>([
|
||||
{
|
||||
label: t('common.status'),
|
||||
field: 'status',
|
||||
dictType: DICT_TYPE.COMMON_STATUS
|
||||
dictType: DICT_TYPE.COMMON_STATUS,
|
||||
dictData: 'number'
|
||||
},
|
||||
{
|
||||
label: t('form.remark'),
|
||||
|
@@ -40,7 +40,8 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
{
|
||||
label: t('common.status'),
|
||||
field: 'status',
|
||||
dictType: DICT_TYPE.COMMON_STATUS
|
||||
dictType: DICT_TYPE.COMMON_STATUS,
|
||||
dictData: 'number'
|
||||
},
|
||||
{
|
||||
label: t('common.createTime'),
|
||||
|
Reference in New Issue
Block a user