From 6c2e00278c1194b46eb9153ca4166af868bb15ef Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 06 五月 2023 08:00:02 +0800
Subject: [PATCH] 1.看板调整2.上云路由整合

---
 src/views/bbgl/rygz.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/bbgl/rygz.vue b/src/views/bbgl/rygz.vue
index 1575232..5219c71 100644
--- a/src/views/bbgl/rygz.vue
+++ b/src/views/bbgl/rygz.vue
@@ -121,8 +121,7 @@
               :data="tableData"
               :height="isExpandForm?(tableHeight-80):(tableHeight-40)+'px'"
               border
-              :summary-method="getSummaries"
-              show-summary
+
               :row-class-name="tableRowClassName"
               :style="{width: 100+'%',height:isExpandForm?(tableHeight-80):(tableHeight-40)+'px',}"
               highlight-current-row
@@ -130,6 +129,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+<!--              :summary-method="getSummaries"-->
+<!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"
@@ -279,8 +280,7 @@
               :data="tableData2"
               :height="isExpandForm?(tableHeight-80):(tableHeight-40)+'px'"
               border
-              :summary-method="getSummaries"
-              show-summary
+
               :row-class-name="tableRowClassName"
               :style="{width: 100+'%',height:isExpandForm?(tableHeight-80):(tableHeight-40)+'px',}"
               highlight-current-row
@@ -288,6 +288,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+<!--              :summary-method="getSummaries"-->
+<!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"

--
Gitblit v1.9.3