From d56e973584647c3fe2cb5f868f89b841a2c1617b Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 15 一月 2024 15:16:36 +0800 Subject: [PATCH] 对象建模表格布局调整 --- Source/UBCS-WEB/src/views/system/tenant.vue | 2 +- Source/UBCS-WEB/src/views/docking/data.vue | 1 - Source/UBCS-WEB/src/views/system/client.vue | 2 +- Source/UBCS-WEB/src/views/authority/role.vue | 3 ++- Source/UBCS-WEB/src/option/system/dictbiz.js | 2 +- Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue | 3 ++- Source/UBCS-WEB/src/views/system/dept.vue | 3 ++- Source/UBCS-WEB/src/views/system/user.vue | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Source/UBCS-WEB/src/option/system/dictbiz.js b/Source/UBCS-WEB/src/option/system/dictbiz.js index ace45a3..0ac6855 100644 --- a/Source/UBCS-WEB/src/option/system/dictbiz.js +++ b/Source/UBCS-WEB/src/option/system/dictbiz.js @@ -1,6 +1,6 @@ export const optionParent = { height: 'auto', - calcHeight: 30, + calcHeight: 20, columnBtn:false, tip: false, searchShow: true, diff --git a/Source/UBCS-WEB/src/views/authority/role.vue b/Source/UBCS-WEB/src/views/authority/role.vue index 6ac1858..9ad91ca 100644 --- a/Source/UBCS-WEB/src/views/authority/role.vue +++ b/Source/UBCS-WEB/src/views/authority/role.vue @@ -29,7 +29,7 @@ 鍒� 闄� </el-button> <!-- v-if="userInfo.role_name.includes('admin')" --> - <el-button v-if="permissionList.authSettingBtn" + <el-button v-if="permissionList.authSettingBtn" size="small" icon="el-icon-setting" @click="handleRole" @@ -115,6 +115,7 @@ option: { height: "auto", tip: false, + calcHeight: 20, columnBtn:false, // simplePage: true, searchShow: true, diff --git a/Source/UBCS-WEB/src/views/docking/data.vue b/Source/UBCS-WEB/src/views/docking/data.vue index 2118a26..6c651c6 100644 --- a/Source/UBCS-WEB/src/views/docking/data.vue +++ b/Source/UBCS-WEB/src/views/docking/data.vue @@ -87,7 +87,6 @@ data:[], option: { height:'auto', - calcHeight: 0, columnBtn:false, tip: false, searchShow: false, diff --git a/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue b/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue index 18325bc..f850c83 100644 --- a/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue +++ b/Source/UBCS-WEB/src/views/system/PasswordManagement/passwords.vue @@ -93,6 +93,8 @@ }, option() { return { + height: 'auto', + calcHeight: 20, headerAlign: 'center', align: 'center', columnBtn: false, @@ -101,7 +103,6 @@ rowKey: 'id', addBtn: this.permissionList.addBtn, editBtn: false, - height: 700, delBtn: false, refreshBtn: false, column: [ diff --git a/Source/UBCS-WEB/src/views/system/client.vue b/Source/UBCS-WEB/src/views/system/client.vue index 50b482f..b1bd0b8 100644 --- a/Source/UBCS-WEB/src/views/system/client.vue +++ b/Source/UBCS-WEB/src/views/system/client.vue @@ -51,7 +51,7 @@ option: { height: 'auto', columnBtn:false, - calcHeight: 30, + calcHeight: 20, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/Source/UBCS-WEB/src/views/system/dept.vue b/Source/UBCS-WEB/src/views/system/dept.vue index ce22ee0..8c166cf 100644 --- a/Source/UBCS-WEB/src/views/system/dept.vue +++ b/Source/UBCS-WEB/src/views/system/dept.vue @@ -77,6 +77,7 @@ lazy: true, tip: false, height:'auto', + calcHeight: 20, maxHeight:600, columnBtn:false, //simplePage: true, @@ -196,7 +197,7 @@ }; }, created() { - + }, computed: { ...mapGetters(["userInfo", "permission"]), diff --git a/Source/UBCS-WEB/src/views/system/tenant.vue b/Source/UBCS-WEB/src/views/system/tenant.vue index b740917..7282f2b 100644 --- a/Source/UBCS-WEB/src/views/system/tenant.vue +++ b/Source/UBCS-WEB/src/views/system/tenant.vue @@ -231,7 +231,7 @@ return{ height: 'auto', columnBtn:false, - calcHeight: 30, + calcHeight: 20, tip: false, searchShow: true, searchMenuSpan: 6, diff --git a/Source/UBCS-WEB/src/views/system/user.vue b/Source/UBCS-WEB/src/views/system/user.vue index bed73c8..e2892d9 100644 --- a/Source/UBCS-WEB/src/views/system/user.vue +++ b/Source/UBCS-WEB/src/views/system/user.vue @@ -434,7 +434,7 @@ option() { return{ height:'auto', - calcHeight: 68, + calcHeight: 70, tip: false, searchShow: true, searchMenuSpan: 6, -- Gitblit v1.9.3