From 4c5077764aec5e658b7e0289db7bf9dfee493bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Sun, 13 Mar 2022 16:26:02 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=AD=97=E5=85=B8TypeScirpt?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E7=BA=A6=E6=9D=9F=E8=A1=A5=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dict/components/Dict.vue | 298 +++++++-------- src/views/system/dict/components/DictItem.vue | 343 +++++++++--------- 2 files changed, 328 insertions(+), 313 deletions(-) diff --git a/src/views/system/dict/components/Dict.vue b/src/views/system/dict/components/Dict.vue index c0ef9a09..acd7ae66 100644 --- a/src/views/system/dict/components/Dict.vue +++ b/src/views/system/dict/components/Dict.vue @@ -1,45 +1,51 @@