fix: 将权限管理里面的分页去掉
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 5m45s

This commit is contained in:
luo
2026-07-09 15:59:39 +08:00
parent c1a7118d35
commit a036b10641

View File

@@ -29,8 +29,8 @@
:data="permissionList" :data="permissionList"
:tree-props="{ children: 'children', hasChildren: 'hasChildren' }" :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"
:default-expand-all="false" :default-expand-all="false"
:pagination="false"
:marginTop="10" :marginTop="10"
:show-pagination="false"
> >
<template #default> <template #default>
<ElTableColumn v-for="col in columns" :key="col.prop || col.type" v-bind="col" /> <ElTableColumn v-for="col in columns" :key="col.prop || col.type" v-bind="col" />