From 76e28b7140b15261f1d82c2855eb09b49e5902b3 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期四, 28 四月 2022 15:03:18 +0800
Subject: [PATCH] 巩固脱贫成果

---
 src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
index 5d95d47..0f21727 100644
--- a/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
+++ b/src/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue
@@ -253,7 +253,7 @@
         </tbody>
       </table>-->
       <el-table
-        :height="tableHeight"
+        :max-height="tableHeight"
         :data="tableData"
         :span-method="objectSpanMethod"
         :cell-style="cellClass"
@@ -343,6 +343,9 @@
                         }
                     }
                 }
+                if(columnIndex == 0) {
+                    return { background:'#51D2FF' }
+                }
             },
             getData() {
               let res = this.tableData

--
Gitblit v1.9.1