refactor: dictData ==> dictClass

This commit is contained in:
xingyu
2022-11-17 23:09:29 +08:00
parent 5725d4862b
commit 6291a3d7d8
36 changed files with 63 additions and 63 deletions

View File

@@ -97,7 +97,7 @@ export const crudSchemas = reactive<CrudSchema[]>([
label: t('common.status'),
field: 'status',
dictType: DICT_TYPE.COMMON_STATUS,
dictData: 'number'
dictClass: 'number'
},
{
label: t('form.remark'),

View File

@@ -41,7 +41,7 @@ const crudSchemas = reactive<CrudSchema[]>([
label: t('common.status'),
field: 'status',
dictType: DICT_TYPE.COMMON_STATUS,
dictData: 'number'
dictClass: 'number'
},
{
label: t('common.createTime'),