feat: 字典标签 自定义颜色

This commit is contained in:
xingyu
2023-01-16 17:54:20 +08:00
parent cccf8d8197
commit 6e49b19952
5 changed files with 39 additions and 25 deletions

View File

@ -16,7 +16,7 @@ export interface DictDataType {
dictType: string
label: string
value: string | number | boolean
colorType: ElementPlusInfoType | '' | 'default' | 'primary'
colorType: ElementPlusInfoType | ''
cssClass: string
}