From bdda45ddeba64cefb0fe0c5f4db7022ebed5a734 Mon Sep 17 00:00:00 2001
From: ye1023 <12588209+ye1023@user.noreply.gitee.com>
Date: Tue, 12 May 2026 14:19:00 +0800
Subject: [PATCH] =?UTF-8?q?yxk-20260509-=E5=85=9A=E5=A7=94=E4=BC=9A?=
=?UTF-8?q?=E5=88=97=E8=A1=A8=20=E5=BD=93=E5=89=8D=E4=BA=8B=E9=A1=B9?=
=?UTF-8?q?=E7=9A=84=E8=B4=A3=E4=BB=BB=E9=83=A8=E9=97=A8=E5=8F=8D=E9=A6=88?=
=?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=8A=A0=E4=B8=8A=E9=99=84=E4=BB=B6=E4=B8=8B?=
=?UTF-8?q?=E8=BD=BD=E5=88=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../bg/bgpartymatter/BgPartymatterList.vue | 62 ++++++++++++++++++-
.../components/BgPartymatterForm.vue | 2 +-
2 files changed, 60 insertions(+), 4 deletions(-)
diff --git a/src/views/bg/bgpartymatter/BgPartymatterList.vue b/src/views/bg/bgpartymatter/BgPartymatterList.vue
index b39b204..ff3bc3d 100644
--- a/src/views/bg/bgpartymatter/BgPartymatterList.vue
+++ b/src/views/bg/bgpartymatter/BgPartymatterList.vue
@@ -90,11 +90,23 @@
:showActionColumn="false"
:showTableSetting="false"
:clickToRowSelect="false"
- :columns="bgPartymatterFeedbackColumns"
+ :columns="feedbackExpandColumns"
:dataSource="getFeedbackTableData(record)"
:loading="getFeedbackTableLoading(record)"
:pagination="false"
- />
+ :scroll="{ x: 1220 }"
+ >
+
+
+ -
+
+
@@ -111,6 +123,7 @@