mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-09-11 07:31:53 +08:00
refactor: dictData ==> dictClass
This commit is contained in:
@@ -37,7 +37,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
label: t('common.status'),
|
||||
field: 'status',
|
||||
dictType: DICT_TYPE.INFRA_JOB_STATUS,
|
||||
dictData: 'number',
|
||||
dictClass: 'number',
|
||||
form: {
|
||||
show: false
|
||||
},
|
||||
|
@@ -74,7 +74,7 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
label: t('common.status'),
|
||||
field: 'status',
|
||||
dictType: DICT_TYPE.INFRA_JOB_LOG_STATUS,
|
||||
dictData: 'number',
|
||||
dictClass: 'number',
|
||||
search: {
|
||||
show: true
|
||||
}
|
||||
|
Reference in New Issue
Block a user