diff --git a/src/api/system/dict/data/types.ts b/src/api/system/dict/data/types.ts index a57b017..e4abb9b 100644 --- a/src/api/system/dict/data/types.ts +++ b/src/api/system/dict/data/types.ts @@ -1,7 +1,6 @@ export interface DictDataQuery extends PageQuery { dictName: string; dictType: string; - status: string; dictLabel: string; } @@ -12,7 +11,6 @@ export interface DictDataVO extends BaseEntity { cssClass: string; listClass: ElTagType; dictSort: number; - status: string; remark: string; } @@ -24,6 +22,5 @@ export interface DictDataForm { cssClass: string; listClass: ElTagType; dictSort: number; - status: string; remark: string; } diff --git a/src/api/system/dict/type/types.ts b/src/api/system/dict/type/types.ts index 9e52ac6..4987dbf 100644 --- a/src/api/system/dict/type/types.ts +++ b/src/api/system/dict/type/types.ts @@ -2,7 +2,6 @@ export interface DictTypeVO extends BaseEntity { dictId: number | string; dictName: string; dictType: string; - status: string; remark: string; } @@ -10,12 +9,10 @@ export interface DictTypeForm { dictId: number | string | undefined; dictName: string; dictType: string; - status: string; remark: string; } export interface DictTypeQuery extends PageQuery { dictName: string; dictType: string; - status: string; } diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue index 117754c..4ec9d6c 100644 --- a/src/views/system/dict/data.vue +++ b/src/views/system/dict/data.vue @@ -12,11 +12,6 @@ - - - - - 搜索 重置 @@ -61,11 +56,6 @@ - - - - - -