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/system/tenant.vue | 1 +
Source/UBCS-WEB/src/views/authority/datascope.vue | 1 +
Source/UBCS-WEB/src/views/system/client.vue | 1 +
Source/UBCS-WEB/src/views/system/topmenu.vue | 1 +
Source/UBCS-WEB/src/views/authority/role.vue | 3 ++-
Source/UBCS-WEB/src/option/system/dict.js | 1 +
Source/UBCS-WEB/src/option/system/dictbiz.js | 1 +
Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue | 1 +
Source/UBCS-WEB/src/views/system/menu.vue | 1 +
Source/UBCS-WEB/src/views/system/dept.vue | 1 +
Source/UBCS-WEB/src/views/authority/apiscope.vue | 1 +
Source/UBCS-WEB/src/views/system/post.vue | 1 +
12 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/Source/UBCS-WEB/src/option/system/dict.js b/Source/UBCS-WEB/src/option/system/dict.js
index e2d5c72..a56f842 100644
--- a/Source/UBCS-WEB/src/option/system/dict.js
+++ b/Source/UBCS-WEB/src/option/system/dict.js
@@ -2,6 +2,7 @@
height: 'auto',
calcHeight: 20,
tip: false,
+ columnBtn:false,
searchShow: true,
searchMenuSpan: 10,
border: true,
diff --git a/Source/UBCS-WEB/src/option/system/dictbiz.js b/Source/UBCS-WEB/src/option/system/dictbiz.js
index 277f520..ace45a3 100644
--- a/Source/UBCS-WEB/src/option/system/dictbiz.js
+++ b/Source/UBCS-WEB/src/option/system/dictbiz.js
@@ -1,6 +1,7 @@
export const optionParent = {
height: 'auto',
calcHeight: 30,
+ columnBtn:false,
tip: false,
searchShow: true,
searchMenuSpan: 10,
diff --git a/Source/UBCS-WEB/src/views/authority/apiscope.vue b/Source/UBCS-WEB/src/views/authority/apiscope.vue
index dd05b22..431957b 100644
--- a/Source/UBCS-WEB/src/views/authority/apiscope.vue
+++ b/Source/UBCS-WEB/src/views/authority/apiscope.vue
@@ -114,6 +114,7 @@
menu: true,
option: {
lazy: true,
+ columnBtn:false,
tip: false,
//simplePage: true,
searchShow: true,
diff --git a/Source/UBCS-WEB/src/views/authority/datascope.vue b/Source/UBCS-WEB/src/views/authority/datascope.vue
index 4a32fa0..8734524 100644
--- a/Source/UBCS-WEB/src/views/authority/datascope.vue
+++ b/Source/UBCS-WEB/src/views/authority/datascope.vue
@@ -118,6 +118,7 @@
watchMode: true,
option: {
lazy: true,
+ columnBtn:false,
tip: false,
// simplePage: true,
searchShow: true,
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,
diff --git a/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue b/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue
index 3a39a37..e64436d 100644
--- a/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue
+++ b/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue
@@ -128,6 +128,7 @@
option: {
headerAlign: 'center',
align: 'center',
+ columnBtn:false,
border: true,
index: true,
rowKey:'id',
diff --git a/Source/UBCS-WEB/src/views/system/client.vue b/Source/UBCS-WEB/src/views/system/client.vue
index e80b4ce..91292b0 100644
--- a/Source/UBCS-WEB/src/views/system/client.vue
+++ b/Source/UBCS-WEB/src/views/system/client.vue
@@ -50,6 +50,7 @@
selectionList: [],
option: {
height: 'auto',
+ columnBtn:false,
calcHeight: 30,
tip: false,
searchShow: true,
diff --git a/Source/UBCS-WEB/src/views/system/dept.vue b/Source/UBCS-WEB/src/views/system/dept.vue
index 41936f8..1cb7847 100644
--- a/Source/UBCS-WEB/src/views/system/dept.vue
+++ b/Source/UBCS-WEB/src/views/system/dept.vue
@@ -78,6 +78,7 @@
tip: false,
height:'auto',
maxHeight:600,
+ columnBtn:false,
// simplePage: true,
searchShow: true,
searchMenuSpan: 6,
diff --git a/Source/UBCS-WEB/src/views/system/menu.vue b/Source/UBCS-WEB/src/views/system/menu.vue
index c3e54fe..058d0d0 100644
--- a/Source/UBCS-WEB/src/views/system/menu.vue
+++ b/Source/UBCS-WEB/src/views/system/menu.vue
@@ -107,6 +107,7 @@
option: {
height: "auto",
lazy: true,
+ columnBtn:false,
tip: false,
simplePage: true,
searchShow: true,
diff --git a/Source/UBCS-WEB/src/views/system/post.vue b/Source/UBCS-WEB/src/views/system/post.vue
index c702914..0c22c51 100644
--- a/Source/UBCS-WEB/src/views/system/post.vue
+++ b/Source/UBCS-WEB/src/views/system/post.vue
@@ -55,6 +55,7 @@
selectionList: [],
option: {
height: 'auto',
+ columnBtn:false,
calcHeight: 30,
tip: false,
searchShow: true,
diff --git a/Source/UBCS-WEB/src/views/system/tenant.vue b/Source/UBCS-WEB/src/views/system/tenant.vue
index d384ec9..5effe12 100644
--- a/Source/UBCS-WEB/src/views/system/tenant.vue
+++ b/Source/UBCS-WEB/src/views/system/tenant.vue
@@ -227,6 +227,7 @@
option(){
return{
height: 'auto',
+ columnBtn:false,
calcHeight: 30,
tip: false,
searchShow: true,
diff --git a/Source/UBCS-WEB/src/views/system/topmenu.vue b/Source/UBCS-WEB/src/views/system/topmenu.vue
index 96c8cf1..b55335f 100644
--- a/Source/UBCS-WEB/src/views/system/topmenu.vue
+++ b/Source/UBCS-WEB/src/views/system/topmenu.vue
@@ -93,6 +93,7 @@
option: {
height: 'auto',
calcHeight: 30,
+ columnBtn:false,
tip: false,
searchShow: true,
searchMenuSpan: 6,
--
Gitblit v1.9.3