From 1adf7de021c5bb5193ee7bd5fd42fa16f9afd257 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Wed, 14 Jan 2026 09:10:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=BE=91=E3=80=81?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E6=B3=95=E6=93=8D=E4=BD=9C=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pwlProject/components/reportContent.vue | 23 +++++++++++++++---- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/views/pwl/pwlProject/components/reportContent.vue b/src/views/pwl/pwlProject/components/reportContent.vue index e865035..d4f43ee 100644 --- a/src/views/pwl/pwlProject/components/reportContent.vue +++ b/src/views/pwl/pwlProject/components/reportContent.vue @@ -212,10 +212,19 @@ >
- 编辑 - 删除 + 编辑 + 删除 导出 - 导出取证单 + 导出取证单 -

{{ item.extraTableTitle }}

+

{{ + item.extraTableTitle + }}

{ + const getRowSelection = ( + sectionIndex: number + ): TableProps['rowSelection'] => { if (!rowSelections[sectionIndex]) { rowSelections[sectionIndex] = { onChange: (selectedRowKeys: string[], selectedRows: any[]) => {