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

@@ -14,6 +14,7 @@ declare module "vue" {
CopyButton: (typeof import("./../components/CopyButton/index.vue"))["default"];
CURD: (typeof import("./../components/CURD/index.vue"))["default"];
Dictionary: (typeof import("./../components/Dictionary/index.vue"))["default"];
DictLabel: (typeof import("./../components/Dictionary/DictLabel.vue"))["default"];
ElBacktop: (typeof import("element-plus/es"))["ElBacktop"];
ElBreadcrumb: (typeof import("element-plus/es"))["ElBreadcrumb"];
ElBreadcrumbItem: (typeof import("element-plus/es"))["ElBreadcrumbItem"];

View File

@@ -81,7 +81,7 @@ declare global {
}
/**
* 组件数据源
* 下拉选项数据类型
*/
interface OptionType {
/** 值 */