fix(bg): 再次督办时督办标题追加阿拉伯数字次数信息

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-07-24 14:45:53 +08:00
co-authored by Claude Opus 4.7
parent 604b2e454a
commit c5667d0b54
2 changed files with 2 additions and 2 deletions
@@ -567,7 +567,7 @@
: '发起流程';
flowScheduleModalRef.value?.open({
title,
taskTitle: record?.title,
taskTitle: nextCount > 1 ? `${record?.title || ''}${nextCount}次督办` : record?.title,
payload: { record },
deptOptions: getResponsibleDeptOptions(record),
showSuoleaderFields: true,
+1 -1
View File
@@ -490,7 +490,7 @@
: '发起流程';
flowScheduleModalRef.value?.open({
title,
taskTitle: record?.title,
taskTitle: nextCount > 1 ? `${record?.title || ''}${nextCount}次督办` : record?.title,
payload: { record },
deptOptions: getResponsibleDeptOptions(record),
showSuoleaderFields: true,