From b262be766fd1dbcb936d9dda5b5e802de4d27e59 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期四, 28 四月 2022 11:24:40 +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