From 605cf750cefa3a3dbd3069da5533ad7b89103753 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 06 五月 2023 08:00:51 +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 c687284..746db47 100644
--- a/src/views/bbgl/rygz.vue
+++ b/src/views/bbgl/rygz.vue
@@ -122,8 +122,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
@@ -131,6 +130,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+<!--              :summary-method="getSummaries"-->
+<!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"
@@ -280,8 +281,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
@@ -289,6 +289,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+<!--              :summary-method="getSummaries"-->
+<!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"

--
Gitblit v1.9.3