style: 字典类型数据结构体变更

This commit is contained in:
TsMask
2024-06-18 10:23:09 +08:00
parent cbc81643a5
commit 1492f18791
4 changed files with 21 additions and 28 deletions

View File

@@ -2,6 +2,6 @@
type DictType = {
label: string;
value: string;
elTagType: string;
elTagClass: string;
tagType?: string;
tagClass?: string;
};