!114 fix(bg): 再次督办时督办标题追加阿拉伯数字次数信息
Merge pull request !114 from wsm/fix/20260724_v2
This commit is contained in:
@@ -567,7 +567,7 @@
|
|||||||
: '发起流程';
|
: '发起流程';
|
||||||
flowScheduleModalRef.value?.open({
|
flowScheduleModalRef.value?.open({
|
||||||
title,
|
title,
|
||||||
taskTitle: record?.title,
|
taskTitle: nextCount > 1 ? `${record?.title || ''} 第${nextCount}次督办` : record?.title,
|
||||||
payload: { record },
|
payload: { record },
|
||||||
deptOptions: getResponsibleDeptOptions(record),
|
deptOptions: getResponsibleDeptOptions(record),
|
||||||
showSuoleaderFields: true,
|
showSuoleaderFields: true,
|
||||||
|
|||||||
@@ -490,7 +490,7 @@
|
|||||||
: '发起流程';
|
: '发起流程';
|
||||||
flowScheduleModalRef.value?.open({
|
flowScheduleModalRef.value?.open({
|
||||||
title,
|
title,
|
||||||
taskTitle: record?.title,
|
taskTitle: nextCount > 1 ? `${record?.title || ''} 第${nextCount}次督办` : record?.title,
|
||||||
payload: { record },
|
payload: { record },
|
||||||
deptOptions: getResponsibleDeptOptions(record),
|
deptOptions: getResponsibleDeptOptions(record),
|
||||||
showSuoleaderFields: true,
|
showSuoleaderFields: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user