소스 검색

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;
 }