From 511f2b43c063f0c4d12afd91f1217cf465894ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 19 Apr 2022 11:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=8F=9C=E5=8D=95=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/IconSelect/index.vue | 29 +++++-- src/views/system/menu/index.vue | 119 +++++++++++++--------------- 2 files changed, 75 insertions(+), 73 deletions(-) diff --git a/src/components/IconSelect/index.vue b/src/components/IconSelect/index.vue index bca47e0..3ba8cbd 100644 --- a/src/components/IconSelect/index.vue +++ b/src/components/IconSelect/index.vue @@ -1,14 +1,28 @@ @@ -17,6 +31,7 @@ import icons from './requireIcons' const iconName = ref('') const iconList = ref(icons) +const activeName = ref('1') const emit = defineEmits(['selected']) function filterIcons() { diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 3f60464..fdbd5b2 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -103,8 +103,8 @@