修改工作底稿索引字段

This commit is contained in:
2026-01-30 19:53:09 +08:00
parent fb71c9e54e
commit 859a396fab

View File

@@ -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 @@
<!-- 旧格式兼容 -->
<span v-else class="cursor-pointer text-wrap">
{{
(record.cateIndex || '审计-[2026]-xxx') +
(record.caseIndex || '审计-[2026]-xxx') +
'-' +
String(fileIndex + 1).padStart(3, '0') +
'-' +