refactor: dictData ==> dictClass
This commit is contained in:
@@ -48,7 +48,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
label: '存储器',
|
||||
field: 'storage',
|
||||
dictType: DICT_TYPE.INFRA_FILE_STORAGE,
|
||||
dictData: 'number',
|
||||
dictClass: 'number',
|
||||
search: {
|
||||
show: true
|
||||
}
|
||||
@@ -57,7 +57,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
label: '主配置',
|
||||
field: 'primary',
|
||||
dictType: DICT_TYPE.INFRA_BOOLEAN_STRING,
|
||||
dictData: 'number'
|
||||
dictClass: 'number'
|
||||
},
|
||||
{
|
||||
label: t('form.remark'),
|
||||
|
Reference in New Issue
Block a user