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/bzgz.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/bbgl/bzgz.vue b/src/views/bbgl/bzgz.vue
index f8c3d09..7a183ba 100644
--- a/src/views/bbgl/bzgz.vue
+++ b/src/views/bbgl/bzgz.vue
@@ -122,8 +122,7 @@
               :data="tableData"
               :height="isExpandForm?(tableHeight-70):(tableHeight-30)+'px'"
               border
-              :summary-method="getSummaries"
-              show-summary
+
               :row-class-name="tableRowClassName"
               :style="{width: 100+'%',height:isExpandForm?(tableHeight-70):(tableHeight-30)+'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"
@@ -286,8 +287,7 @@
               :data="tableData2"
               :height="isExpandForm?(tableHeight-70):(tableHeight-30)+'px'"
               border
-              :summary-method="getSummaries"
-              show-summary
+
               :row-class-name="tableRowClassName"
               :style="{width: 100+'%',height:isExpandForm?(tableHeight-70):(tableHeight-30)+'px',}"
               highlight-current-row
@@ -295,6 +295,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+<!--              :summary-method="getSummaries"-->
+<!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"

--
Gitblit v1.9.3