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/rygz.vue |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/src/views/bbgl/rygz.vue b/src/views/bbgl/rygz.vue
index 6ed1adb..5219c71 100644
--- a/src/views/bbgl/rygz.vue
+++ b/src/views/bbgl/rygz.vue
@@ -121,8 +121,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
@@ -130,6 +129,8 @@
               :cell-style="this.$cellStyle"
               @sort-change="sortChange"
             >
+<!--              :summary-method="getSummaries"-->
+<!--              show-summary-->
               <el-table-column
                 prop="RowNum"
                 width="50"
@@ -236,7 +237,7 @@
               </el-table-column>
               <el-table-column
                 prop="usermoney"
-                label="涓汉璁颁欢宸ヨ祫"
+                label="涓汉璁′欢宸ヨ祫"
                 width="130"
                 sortable="custom"
               >
@@ -279,8 +280,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
@@ -288,6 +288,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="130"
                 sortable="custom"
               >
@@ -575,8 +577,10 @@
       const { columns, data } = param
       const sums = []
 
+      const i = this.form.compute === 'last' ? 11 : 10
+
       columns.forEach((column, index) => {
-        if (index === 11) {
+        if (index === i) {
           sums[index] = '鎬讳环'
           return
         }

--
Gitblit v1.9.3