From a036b106412a480138910529e170665fc6e7f634 Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 9 Jul 2026 15:59:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=B0=86=E6=9D=83=E9=99=90=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=87=8C=E9=9D=A2=E7=9A=84=E5=88=86=E9=A1=B5=E5=8E=BB?= =?UTF-8?q?=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/permission/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/permission/index.vue b/src/views/system/permission/index.vue index 83eae9b..1d5bf4c 100644 --- a/src/views/system/permission/index.vue +++ b/src/views/system/permission/index.vue @@ -29,8 +29,8 @@ :data="permissionList" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }" :default-expand-all="false" + :pagination="false" :marginTop="10" - :show-pagination="false" >