From c6f3cd068e58c2bf356e455db9d2769cbbc1d2f0 Mon Sep 17 00:00:00 2001
From: ahaos <8406649+lhailgl@user.noreply.gitee.com>
Date: 星期四, 28 九月 2023 22:15:14 +0800
Subject: [PATCH] !47 优化表格列的显示与隐藏小组件 Merge pull request !47 from 森爷/ts

---
 src/api/system/dict/type/types.ts |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

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 @@
   dictId: number | string;
   dictName: string;
   dictType: string;
-  status: string;
   remark: string;
 }
 
@@ -10,12 +9,10 @@
   dictId: number | string | undefined;
   dictName: string;
   dictType: string;
-  status: string;
   remark: string;
 }
 
 export interface DictTypeQuery extends PageQuery {
   dictName: string;
   dictType: string;
-  status: string;
 }

--
Gitblit v1.9.3