We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ad543 commit 5e801a8Copy full SHA for 5e801a8
src/views/bpm/model/form/ExtraSettings.vue
@@ -216,16 +216,16 @@ const formFieldOptions4Title = computed(() => {
216
})
217
// 固定添加发起人 ID 字段
218
cloneFormField.unshift({
219
- label: ProcessVariableEnum.PROCESS_DEFINITION_NAME,
220
- value: '流程名称'
+ label: '流程名称',
+ value: ProcessVariableEnum.PROCESS_DEFINITION_NAME
221
222
223
- label: ProcessVariableEnum.START_TIME,
224
- value: '发起时间'
+ label: '发起时间',
+ value: ProcessVariableEnum.START_TIME
225
226
227
- label: ProcessVariableEnum.START_USER_ID,
228
- value: '发起人'
+ label: '发起人',
+ value: ProcessVariableEnum.START_USER_ID
229
230
return cloneFormField
231
0 commit comments