From 7bfa4e0bbad8d1cbff5b60605b4d46c71138a3f3 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期六, 06 五月 2023 07:59:39 +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 5760bcd..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"
@@ -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"
--
Gitblit v1.9.3