From 644a1eb2251b8def189905d0872e524ed5b2568a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=96=E5=A7=90?= <2981176548@qq.com> Date: Sat, 20 Jan 2024 21:43:16 +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 | 71 +++++++++++++++++---------------- src/manager/Data/RoleManage.vue | 14 ++++++- 2 files changed, 49 insertions(+), 36 deletions(-) diff --git a/src/manager/Data/Index.vue b/src/manager/Data/Index.vue index 0a2d026..c630a22 100644 --- a/src/manager/Data/Index.vue +++ b/src/manager/Data/Index.vue @@ -2,7 +2,7 @@
- + @@ -10,31 +10,34 @@ - + - +

进度

- +
- +

进度

- +
+ +
- + + @@ -45,17 +48,17 @@
- + - + - + @@ -113,30 +116,30 @@ const data = reactive({ ], }) -const datatwo = reactive({ - links: [ - { - key: '帮助', - title: '帮助', - href: 'https://www.iviewui.com', - blankTarget: true - }, - { - key: 'github', - icon: 'logo-github', - href: 'https://github.com/view-design/ViewUIPlus', - blankTarget: true - }, - { - key: '条款', - title: '条款', - href: '', - blankTarget: true - } - ], - copyright: 'Copyright © 2022 View Design All Rights Reserved' -}); - +// const datatwo = reactive({ +// links: [ +// { +// key: '帮助', +// title: '帮助', +// href: 'https://www.iviewui.com', +// blankTarget: true +// }, +// { +// key: 'github', +// icon: 'logo-github', +// href: 'https://github.com/view-design/ViewUIPlus', +// blankTarget: true +// }, +// { +// key: '条款', +// title: '条款', +// href: '', +// blankTarget: true +// } +// ], +// copyright: 'Copyright © 2022 View Design All Rights Reserved' +// }); +// diff --git a/src/manager/Data/RoleManage.vue b/src/manager/Data/RoleManage.vue index 2fc16bf..6ef6841 100644 --- a/src/manager/Data/RoleManage.vue +++ b/src/manager/Data/RoleManage.vue @@ -2,10 +2,10 @@ + + + +

进度

+ + + + +
+ \ No newline at end of file