From 9e2c0069b69ee6c18802503cb4fe9f9ae0bc3509 Mon Sep 17 00:00:00 2001
From: easy <1358086367@qq.com>
Date: Fri, 17 Feb 2023 14:37:26 +0800
Subject: [PATCH] =?UTF-8?q?update:=20=E8=8F=9C=E5=8D=95=E7=AE=A1=E7=90=86?=
=?UTF-8?q?=E3=80=81=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86=E3=80=81=E5=85=B3?=
=?UTF-8?q?=E7=B3=BB=E9=85=8D=E7=BD=AE=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/Menu/Detail/BasicInfo.vue | 11 +-
src/views/system/Menu/Detail/ButtonMange.vue | 77 ++++----
.../Menu/components/ButtonAddDialog.vue | 16 +-
.../system/Menu/components/PermissChoose.vue | 30 +++-
src/views/system/Menu/index.vue | 80 +++++----
src/views/system/Permission/index.vue | 168 +++++++++---------
src/views/system/Relationship/index.vue | 74 ++++----
7 files changed, 245 insertions(+), 211 deletions(-)
diff --git a/src/views/system/Menu/Detail/BasicInfo.vue b/src/views/system/Menu/Detail/BasicInfo.vue
index ea01abbc..2a52fd3c 100644
--- a/src/views/system/Menu/Detail/BasicInfo.vue
+++ b/src/views/system/Menu/Detail/BasicInfo.vue
@@ -185,16 +185,18 @@
:first-width="3"
max-height="350px"
v-model:value="form.data.permissions"
+ :key="form.data.id || ''"
/>
- 保存
+ 保存
+
@@ -205,6 +207,7 @@
-
+
diff --git a/src/views/system/Relationship/index.vue b/src/views/system/Relationship/index.vue
index e50f04c7..c0e6a011 100644
--- a/src/views/system/Relationship/index.vue
+++ b/src/views/system/Relationship/index.vue
@@ -11,38 +11,39 @@
:defaultParams="{ sorts: [{ name: 'createTime', order: 'desc' }] }"
>
- 新增
+ 新增
+
-
- 编辑
-
-
-
-
-
-
- 删除
-
-
-
-
-
+
+
+
+
+
+
@@ -52,14 +53,16 @@