From 153a4048e410a789a0da4eda0af09b2ca645bec3 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期四, 12 十月 2023 10:24:08 +0800 Subject: [PATCH] 系统管理-取消列显隐 --- Source/UBCS-WEB/src/views/authority/role.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Source/UBCS-WEB/src/views/authority/role.vue b/Source/UBCS-WEB/src/views/authority/role.vue index bece5ed..75d0045 100644 --- a/Source/UBCS-WEB/src/views/authority/role.vue +++ b/Source/UBCS-WEB/src/views/authority/role.vue @@ -38,7 +38,7 @@ <el-dialog title="瑙掕壊鏉冮檺閰嶇疆" append-to-body :visible.sync="box" - width="350px" + width="350px" style="height: 115vh; margin-top: -13vh; overflow: hidden"> <el-tabs type="border-card" style="overflow-y: auto; height: 72vh"> <el-tab-pane label="鑿滃崟鏉冮檺"> @@ -113,6 +113,7 @@ option: { height: "auto", tip: false, + columnBtn:false, // simplePage: true, searchShow: true, searchMenuSpan: 6, -- Gitblit v1.9.3