From 3637c16d86cd20c1b6ddbe69e171c9feae6fac60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Mon, 7 Aug 2023 17:23:27 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E5=AD=97=E5=85=B8=E6=97=A0=E7=94=A8=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E5=AD=97=E6=AE=B5(=E5=9F=BA=E6=9C=AC=E7=94=A8=E4=B8=8D?= =?UTF-8?q?=E4=B8=8A=20=E7=A6=81=E7=94=A8=E5=90=8E=E8=BF=98=E4=BC=9A?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=9B=9E=E6=98=BE=E9=97=AE=E9=A2=98)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/dict/data/types.ts | 3 --- src/api/system/dict/type/types.ts | 3 --- src/views/system/dict/data.vue | 18 ------------------ src/views/system/dict/index.vue | 20 +------------------- 4 files changed, 1 insertion(+), 43 deletions(-) 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 @@ - - - - - -