From 4885680d547e7bb0e7d557da458bf64c2abeabb4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A6=96=E5=A7=90?= <2981176548@qq.com>
Date: Sun, 21 Jan 2024 23:05:37 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2=E5=AE=8C?=
=?UTF-8?q?=E5=96=844.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/manager/Data/Index.vue | 38 +--
src/manager/Data/RoleManage.vue | 427 ++++++++++++++++++++++++++++++--
src/manager/Data/UserManage.vue | 4 +-
3 files changed, 411 insertions(+), 58 deletions(-)
diff --git a/src/manager/Data/Index.vue b/src/manager/Data/Index.vue
index b8c99dc..d54df54 100644
--- a/src/manager/Data/Index.vue
+++ b/src/manager/Data/Index.vue
@@ -53,20 +53,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -75,7 +62,7 @@
条款
-
Copyright © 2022 View Design All Rights Reserved'
+
Useright © 2024 View Design All Rights Reserved'
@@ -91,10 +78,8 @@
import {
AvatarList,
Card,
- Carousel,
- CarouselItem, Circle, Description,
- DescriptionList, GlobalFooter,
- GridItem, Icon,
+ Circle,
+ Icon,
NumberInfo,
Row,
Space,
@@ -103,7 +88,7 @@ import {
import {computed, reactive, ref} from "vue";
-const value = ref(0)
+// const value = ref(0)
const percent = ref(20)
const color = computed(() => {
let color = '#2db7f5';
@@ -130,19 +115,6 @@ const data = reactive({
],
})
-function add () {
- if (percent.value >= 100) {
- return false;
- }
- percent.value += 10;
-}
-function minus () {
- if (percent.value <= 0) {
- return false;
- }
- percent.value -= 10;
-}
-
diff --git a/src/manager/Data/RoleManage.vue b/src/manager/Data/RoleManage.vue
index 01858af..ef498ce 100644
--- a/src/manager/Data/RoleManage.vue
+++ b/src/manager/Data/RoleManage.vue
@@ -1,28 +1,409 @@
-
-
-
-
\ No newline at end of file
diff --git a/src/manager/Data/UserManage.vue b/src/manager/Data/UserManage.vue
index b4974c1..26d12d8 100644
--- a/src/manager/Data/UserManage.vue
+++ b/src/manager/Data/UserManage.vue
@@ -16,7 +16,7 @@
}
-