fix 修复el-tag标签类型不一致问题

This commit is contained in:
LiuHao
2024-04-16 17:52:04 +08:00
parent efeff40f2e
commit 9967a72e24
3 changed files with 3 additions and 5 deletions

View File

@ -169,7 +169,7 @@ const initFormData: DictDataForm = {
dictLabel: '',
dictValue: '',
cssClass: '',
listClass: '',
listClass: 'primary',
dictSort: 0,
remark: ''
};