修改工作底稿索引字段
This commit is contained in:
@@ -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') +
|
||||||
'-' +
|
'-' +
|
||||||
|
|||||||
Reference in New Issue
Block a user