瀏覽代碼

no message

libushang 11 月之前
父節點
當前提交
d5831a5e52
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/api/system/dict/data/types.ts

+ 2 - 2
src/api/system/dict/data/types.ts

@@ -9,7 +9,7 @@ export interface DictDataVO extends BaseEntity {
   dictLabel: string;
   dictValue: string;
   cssClass: string;
-  listClass: ElTagType;
+  //listClass: ElTagType;
   dictSort: number;
   remark: string;
 }
@@ -20,7 +20,7 @@ export interface DictDataForm {
   dictLabel: string;
   dictValue: string;
   cssClass: string;
-  listClass: ElTagType;
+  //listClass: ElTagType;
   dictSort: number;
   remark: string;
 }