mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-26 08:55:07 +08:00
refactor: dict
This commit is contained in:
@ -46,6 +46,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
title: '短信类型',
|
||||
field: 'type',
|
||||
dictType: DICT_TYPE.SYSTEM_SMS_TEMPLATE_TYPE,
|
||||
dictData: 'number',
|
||||
table: {
|
||||
width: 80
|
||||
}
|
||||
@ -54,6 +55,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
title: t('common.status'),
|
||||
field: 'status',
|
||||
dictType: DICT_TYPE.COMMON_STATUS,
|
||||
dictData: 'number',
|
||||
table: {
|
||||
width: 80
|
||||
}
|
||||
|
Reference in New Issue
Block a user