fix(bg): 再次督办时督办标题追加阿拉伯数字次数信息
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user