From 87cbee9b14970d997c1e5c54b5fef4d04369c968 Mon Sep 17 00:00:00 2001
From: zhangxiaoxu123456 <zxx19900626>
Date: 星期四, 05 五月 2022 09:57:52 +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