fix: [BPM 工作流] - 流程新增页面优化,创建成功跳转问题修复

This commit is contained in:
jason
2025-06-08 09:51:34 +08:00
parent 24ebd9e034
commit d3be31eded
2 changed files with 5 additions and 5 deletions

View File

@@ -91,8 +91,8 @@ defineExpose({ validate });
ref="formRef"
:model="modelData"
:rules="rules"
:label-col="{ span: 4 }"
:wrapper-col="{ span: 20 }"
:label-col="{ span: 3 }"
:wrapper-col="{ span: 21 }"
class="mt-5"
>
<FormItem label="表单类型" name="formType" class="mb-5">