From 43a8e6e5998f77bcc0c8eb0c3ef5454f0a74efc9 Mon Sep 17 00:00:00 2001 From: yuance <182865460@qq.com> Date: Tue, 27 Jan 2026 18:03:37 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E5=AE=A1=E8=AE=A1=E5=86=85=E5=AE=B97-=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=BA=95=E7=A8=BF=E7=B4=A2=E5=BC=95=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pwl/pwlProject/components/data/tableCommon.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pwl/pwlProject/components/data/tableCommon.ts b/src/views/pwl/pwlProject/components/data/tableCommon.ts index 0ceb440..87ae523 100644 --- a/src/views/pwl/pwlProject/components/data/tableCommon.ts +++ b/src/views/pwl/pwlProject/components/data/tableCommon.ts @@ -349,8 +349,8 @@ export function createDataMapper(type: string) { auditContent: item.auditContent || item.content || '', checkEvidence: item.checkEvidence || item.evidence || '', testResult: item.testResult || '待检查', - workPaperIndex: parseWorkPaperIndex(item.workPaperIndex), - ...item + ...item, + workPaperIndex: parseWorkPaperIndex(item.workPaperIndex) })), personnel: (data) => { const mainData = data.map((item, index) => {