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