feat: BPM-更多设置-摘要设置

This commit is contained in:
LesanOuO
2025-01-24 13:11:12 +08:00
parent 7043dea354
commit 8ff63622ec
5 changed files with 108 additions and 30 deletions

View File

@ -155,9 +155,13 @@ const formData: any = ref({
length: 5
},
autoApprovalType: BpmAutoApproveType.NONE,
customTitleSetting: {
titleSetting: {
enable: false,
title: ''
},
summarySetting: {
enable: false,
summary: []
}
})