From a169bda5b19db4714d2aa476504e58105228cc40 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 30 五月 2023 18:01:55 +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 71514bb..2084aa1 100644
--- a/src/views/bbgl/bzgz.vue
+++ b/src/views/bbgl/bzgz.vue
@@ -121,8 +121,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
@@ -130,6 +129,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+              <!--              :summary-method="getSummaries"-->
+              <!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"
@@ -220,7 +221,7 @@
               </el-table-column>
               <el-table-column
                 prop="usermoney"
-                label="璁颁欢宸ヨ祫"
+                label="璁′欢宸ヨ祫"
                 width="110"
                 sortable="custom"
               >
@@ -284,8 +285,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
@@ -293,6 +293,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+              <!--              :summary-method="getSummaries"-->
+              <!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"
@@ -383,7 +385,7 @@
               </el-table-column>
               <el-table-column
                 prop="usermoney"
-                label="璁颁欢宸ヨ祫"
+                label="璁′欢宸ヨ祫"
                 width="110"
                 sortable="custom"
               >

--
Gitblit v1.9.3