From 0b03bcefde4397de70efae717a8af2c5d62cf70a Mon Sep 17 00:00:00 2001
From: 15894237752 <15894237752@163.com>
Date: Fri, 28 Apr 2023 14:28:52 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=9B=B4=E6=96=B0=E3=80=91=E8=A1=A8?=
=?UTF-8?q?=E5=A4=B4=E6=8E=A5=E5=8F=A3=E5=88=97=E6=B7=BB=E5=8A=A0=E6=90=9C?=
=?UTF-8?q?=E7=B4=A2,=20=E6=95=B0=E6=8D=AE=E8=8C=83=E5=9B=B4=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E5=85=A8=E9=80=89?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/sys/role/grantPermissionForm.vue | 110 +++++++++++++++---
1 file changed, 91 insertions(+), 19 deletions(-)
diff --git a/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue b/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue
index be562db4..00e21f49 100644
--- a/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue
+++ b/snowy-admin-web/src/views/sys/role/grantPermissionForm.vue
@@ -5,27 +5,60 @@
:visible="visible"
:destroy-on-close="true"
:show-pagination="false"
- @close="onClose"
- >
-
+ @close="onClose">
+
+ bordered>
onCheckAllChange(val)"> 接口
+
+ {{ column.title }}
+
+ 全部
+ 仅自已
+ 所属机构
+ 所属机构及以下
+
+
+
+
+
+
setSelectedKeys(e.target.value ? [e.target.value] : [])"
+ @pressEnter="handleSearch(selectedKeys, confirm, column.dataIndex)"
+ />
+
+
+ Search
+
+
+ Reset
+
+
+
+
+
+
+
changeApi(record, val)">
@@ -38,8 +71,7 @@
changeDataScope(record, evt)"
- >
+ @change="(evt) => changeDataScope(record, evt)">
- {{ item.title }}
+ :number-style="{ backgroundColor: '#52c41a' }">
+ {{ item.title }}
{{ item.title }}
选择机构选择机构
@@ -71,6 +101,7 @@