refactor: ♻️ 字典重构和翻译完成
This commit is contained in:
@@ -154,4 +154,9 @@ export interface DictDataForm {
|
||||
* 字典排序
|
||||
*/
|
||||
sort?: number;
|
||||
|
||||
/**
|
||||
* 标签类型
|
||||
*/
|
||||
tagType: "success" | "warning" | "info" | "primary" | "danger" | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user