From 78b874936cf3ebdcde968e3896b1667f383465c0 Mon Sep 17 00:00:00 2001 From: YangHaiPing Date: Thu, 30 Jan 2025 19:10:35 +0000 Subject: [PATCH] =?UTF-8?q?update=20Yi.RuoYi.Vue3/src/views/system/role/in?= =?UTF-8?q?dex.vue.=20=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86-=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E7=AE=A1=E7=90=86-=E6=95=B0=E6=8D=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90=EF=BC=9A=E6=95=B0=E6=8D=AE=E5=9B=9E=E6=98=BE=E6=97=B6?= =?UTF-8?q?=E2=80=9C=E6=9D=83=E9=99=90=E8=8C=83=E5=9B=B4=E2=80=9D=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E7=9A=84=E4=B8=BA?= =?UTF-8?q?=E5=AF=B9=E5=BA=94=E7=B4=A2=E5=BC=95=E5=80=BC=EF=BC=8C=E4=B8=8D?= =?UTF-8?q?=E6=98=AF=E4=B8=8B=E6=8B=89=E9=80=89=E9=A1=B9=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: YangHaiPing --- Yi.RuoYi.Vue3/src/views/system/role/index.vue | 195 +++++++++++------- 1 file changed, 116 insertions(+), 79 deletions(-) diff --git a/Yi.RuoYi.Vue3/src/views/system/role/index.vue b/Yi.RuoYi.Vue3/src/views/system/role/index.vue index 5fdc3334..aef256ca 100644 --- a/Yi.RuoYi.Vue3/src/views/system/role/index.vue +++ b/Yi.RuoYi.Vue3/src/views/system/role/index.vue @@ -3,11 +3,11 @@ + @keyup.enter="handleQuery" /> + @keyup.enter="handleQuery" /> @@ -16,7 +16,7 @@ + start-placeholder="开始日期" end-placeholder="结束日期"> 搜索 @@ -29,11 +29,11 @@ 修改 + v-hasPermi="['system:role:edit']">修改 删除 + v-hasPermi="['system:role:remove']">删除 导出 @@ -52,7 +52,7 @@ @@ -72,7 +72,7 @@ + v-hasPermi="['system:role:edit']"> @@ -83,7 +83,7 @@ + @pagination="getList" /> @@ -110,7 +110,7 @@ {{ dict.label - }} + }} @@ -119,8 +119,8 @@ 父子联动 + :check-strictly="!form.menuCheckStrictly" empty-text="加载中,请稍候" + :props="{ label: 'label', children: 'children' }"> @@ -155,8 +155,8 @@ 父子联动 + :check-strictly="!form.deptCheckStrictly" empty-text="加载中,请稍候" + :props="{ label: 'label', children: 'children' }">