From 859a396fab7ce43be27e3972ec47c0144f55f121 Mon Sep 17 00:00:00 2001 From: b2894lxlx <517289602@qq.com> Date: Fri, 30 Jan 2026 19:53:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B7=A5=E4=BD=9C=E5=BA=95?= =?UTF-8?q?=E7=A8=BF=E7=B4=A2=E5=BC=95=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pwl/pwlProject/components/reportContent.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/pwl/pwlProject/components/reportContent.vue b/src/views/pwl/pwlProject/components/reportContent.vue index 8fa7bc4..99dc725 100644 --- a/src/views/pwl/pwlProject/components/reportContent.vue +++ b/src/views/pwl/pwlProject/components/reportContent.vue @@ -341,7 +341,7 @@ style="color: #1890ff; text-decoration: none" > {{ - (record.cateIndex || '审计-[2026]-xxx') + + (record.caseIndex || '审计-[2026]-xxx') + '-' + String(fileIndex + 1).padStart(3, '0') + '-' + @@ -352,7 +352,7 @@ {{ - (record.cateIndex || '审计-[2026]-xxx') + + (record.caseIndex || '审计-[2026]-xxx') + '-' + String(fileIndex + 1).padStart(3, '0') + '-' +