mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-23 15:35:06 +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'),
|
||||
|
Reference in New Issue
Block a user