From 5f55799572ea8229a60ce61a414e95d6051b978a Mon Sep 17 00:00:00 2001
From: Jeff <739175122@qq.com>
Date: Thu, 28 Nov 2024 10:01:26 +0800
Subject: [PATCH] fix: button-control page mistake (#4963)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
* fix: button-control page mistake
按钮控制展示逻辑错误
* fix: button-control.vue button text
---
.../src/views/demos/access/button-control.vue | 26 +++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/playground/src/views/demos/access/button-control.vue b/playground/src/views/demos/access/button-control.vue
index 0dc45984..0966a7be 100644
--- a/playground/src/views/demos/access/button-control.vue
+++ b/playground/src/views/demos/access/button-control.vue
@@ -81,17 +81,17 @@ async function changeAccount(role: string) {
-
+
-
+
-
+
@@ -117,35 +117,35 @@ async function changeAccount(role: string) {
-
- Super 账号可见 ["AC_1000001"]
+ Super 账号可见 ["AC_100100"]
- Admin 账号可见 ["AC_100010"]
+ Admin 账号可见 ["AC_100030"]
User 账号可见 ["AC_1000001"]
-
- Super & Admin 账号可见 ["AC_100100","AC_1000001"]
+
+ Super & Admin 账号可见 ["AC_100100","AC_100030"]
-
+
Super 角色可见
Admin 角色可见
User 角色可见