From c794fe51cbacf1f60a567107c8077a4773f01f65 Mon Sep 17 00:00:00 2001 From: "825299534@qq.com" Date: Tue, 29 Apr 2025 15:02:48 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9=E9=80=BB=E8=BE=91=E6=94=AF?= =?UTF-8?q?=E6=8C=81=E5=8F=96=E6=B5=81=E7=A8=8B=E5=85=A8=E5=B1=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=202.=E4=BF=AE=E5=A4=8D=E7=BC=BA=E9=99=B7,=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E5=8F=96=E4=B8=8B=E4=B8=AA=E8=8A=82=E7=82=B9=E7=9A=84?= =?UTF-8?q?=E9=99=90=E5=88=B6=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/design/bpmn/components/ApproveRules.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/workflow/design/bpmn/components/ApproveRules.vue b/src/views/workflow/design/bpmn/components/ApproveRules.vue index d0d05af..818f3a7 100644 --- a/src/views/workflow/design/bpmn/components/ApproveRules.vue +++ b/src/views/workflow/design/bpmn/components/ApproveRules.vue @@ -5,7 +5,7 @@ style="width: 100%" :tree-data="autoAgreeRuleOptions" tree-checkable - ow-clear + allow-clear :placeholder="t('请选择自动同意规则')" @change="changeAutoAgreeRule" />