mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-20 05:55:07 +08:00
refactor: dict
This commit is contained in:
@ -41,7 +41,8 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
{
|
||||
label: t('common.status'),
|
||||
field: 'status',
|
||||
dictType: DICT_TYPE.COMMON_STATUS
|
||||
dictType: DICT_TYPE.COMMON_STATUS,
|
||||
dictData: 'number'
|
||||
},
|
||||
{
|
||||
label: '备注',
|
||||
|
Reference in New Issue
Block a user