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" >