From 1d662c1648aeeff4b1bfdadb619cdba922740348 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 28 九月 2022 15:14:26 +0800
Subject: [PATCH] 1.头部搜索栏、下拉箭头优化

---
 src/views/xtsz/bmgz.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/xtsz/bmgz.vue b/src/views/xtsz/bmgz.vue
index 13c16ae..aa61950 100644
--- a/src/views/xtsz/bmgz.vue
+++ b/src/views/xtsz/bmgz.vue
@@ -65,6 +65,11 @@
             fixed
           />
           <el-table-column
+            prop="right_code"
+            label="缂栫爜"
+            sortable="custom"
+          />
+          <el-table-column
             prop="right_name"
             label="缂栫爜鍚嶇О"
             sortable="custom"
@@ -383,7 +388,7 @@
     getHeight() {
       this.$nextTick(() => {
         this.mainHeight = window.innerHeight - 85
-        this.tableHeight = this.mainHeight - 140
+        this.tableHeight = this.mainHeight - 135
         this.$refs.tableDataRef.doLayout()
       })
     }

--
Gitblit v1.9.3