修改工作底稿索引字段

This commit is contained in:
2026-02-02 15:38:28 +08:00
parent f2c726c5c6
commit 4ed51bb06a

View File

@@ -341,7 +341,7 @@
style="color: #1890ff; text-decoration: none" style="color: #1890ff; text-decoration: none"
> >
{{ {{
(record.caseIndex || '审计-[2026]-xxx') + (data.caseIndex || '审计-[2026]-xxx') +
'-' + '-' +
String(fileIndex + 1).padStart(3, '0') + String(fileIndex + 1).padStart(3, '0') +
'-' + '-' +
@@ -352,7 +352,7 @@
<!-- 旧格式兼容 --> <!-- 旧格式兼容 -->
<span v-else class="cursor-pointer text-wrap"> <span v-else class="cursor-pointer text-wrap">
{{ {{
(record.caseIndex || '审计-[2026]-xxx') + (data.caseIndex || '审计-[2026]-xxx') +
'-' + '-' +
String(fileIndex + 1).padStart(3, '0') + String(fileIndex + 1).padStart(3, '0') +
'-' + '-' +