From ff0604306c9cf18a05e5d8a3a136432284c290bb Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 23 五月 2023 09:15:04 +0800
Subject: [PATCH] 1.递交

---
 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