From 46b36b1c92f493beed845356ae25b41054e30721 Mon Sep 17 00:00:00 2001 From: gaoyunqi Date: Sat, 23 Mar 2024 13:31:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E7=BB=91=E5=AE=9A=E8=A1=A8=E5=8D=95=E4=B8=AD=E7=9A=84=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=EF=BC=8C=E9=98=B2=E6=AD=A2=E9=80=89=E6=8B=A9=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=AF=BC=E8=87=B4=E6=8F=90=E7=A4=BA=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workflow/design/bpmn/panel/process/functionForm/Index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workflow/design/bpmn/panel/process/functionForm/Index.vue b/src/views/workflow/design/bpmn/panel/process/functionForm/Index.vue index 19f50de..b64f06c 100644 --- a/src/views/workflow/design/bpmn/panel/process/functionForm/Index.vue +++ b/src/views/workflow/design/bpmn/panel/process/functionForm/Index.vue @@ -25,7 +25,7 @@ '4.流程进入审批状态后,隐藏“发起审批”按钮,并使用流程状态覆盖进行显示,状态包括“审批中”、“审批完成”。', ) }}

-

{{ t('5.功能表单仅允许关联一个流程模板,流程模板也仅允许关联一个功能表单。') }}

+

5.表单和流程必须一对一绑定,需要选择“流程已添加表单”中的对应表单,否则会提示表单绑定重复。