From 31ce9a56c95000f1567cda9f5821aadb5d1e4fd0 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 30 八月 2023 16:25:02 +0800
Subject: [PATCH] 1.递交

---
 src/views/bbgl/bzgz.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/views/bbgl/bzgz.vue b/src/views/bbgl/bzgz.vue
index 1eca63f..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"
@@ -221,7 +222,7 @@
               </el-table-column>
               <el-table-column
                 prop="usermoney"
-                label="璁颁欢宸ヨ祫"
+                label="璁′欢宸ヨ祫"
                 width="110"
                 sortable="custom"
               >
@@ -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"
@@ -385,7 +387,7 @@
               </el-table-column>
               <el-table-column
                 prop="usermoney"
-                label="璁颁欢宸ヨ祫"
+                label="璁′欢宸ヨ祫"
                 width="110"
                 sortable="custom"
               >

--
Gitblit v1.9.3