refactor: ♻️ 字典重构和翻译完成

This commit is contained in:
ray
2024-10-05 23:45:34 +08:00
parent 33654c51bb
commit fa05379162
9 changed files with 167 additions and 32 deletions

View File

@@ -154,4 +154,9 @@ export interface DictDataForm {
* 字典排序
*/
sort?: number;
/**
* 标签类型
*/
tagType: "success" | "warning" | "info" | "primary" | "danger" | undefined;
}