From 5dfd87e1d1e26781dd3d9e5c782c06ae042fd331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=B4=E6=9C=97?= <464174023@qq.com> Date: Sat, 31 Aug 2024 15:16:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86=EF=BC=8C?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=AF=BC=E5=87=BA=E6=8C=89=E9=92=AE=EF=BC=9B?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=88=97=E7=9A=84=E5=88=86=E9=85=8D=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9D=83=E9=99=90-=E6=9D=83=E9=99=90=E8=8C=83?= =?UTF-8?q?=E5=9B=B4=E4=BF=9D=E7=95=99=E5=85=A8=E9=83=A8=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9D=83=E9=99=90=E3=80=81=E6=9C=AC=E9=83=A8=E9=97=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index 0bded8c..1d0ed6d 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -79,13 +79,14 @@ @click="handleDelete" v-hasPermi="['system:role:remove']" >删除 + @@ -285,14 +286,16 @@ export default { value: "1", label: "全部数据权限" }, + /* { value: "2", label: "自定数据权限" - }, + },*/ { value: "3", label: "本部门数据权限" - }, + } + /*, { value: "4", label: "本部门及以下数据权限" @@ -300,7 +303,7 @@ export default { { value: "5", label: "仅本人数据权限" - } + }*/ ], // 菜单列表 menuOptions: [],