From f02ae42b8f0c21f47d96880726f537b6ef444fae Mon Sep 17 00:00:00 2001 From: ZLY Date: Thu, 27 Nov 2025 17:50:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(flowEditor):=20=E6=B7=BB=E5=8A=A0=E5=B7=A5?= =?UTF-8?q?=E7=A8=8B=E6=B5=81=E7=A8=8B=E5=8F=91=E5=B8=83=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/flowEditor/components/publishFlowModal.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/flowEditor/components/publishFlowModal.tsx b/src/pages/flowEditor/components/publishFlowModal.tsx index 0699c67..240e8f3 100644 --- a/src/pages/flowEditor/components/publishFlowModal.tsx +++ b/src/pages/flowEditor/components/publishFlowModal.tsx @@ -222,8 +222,9 @@ const PublishFlowModal: React.FC = ({ rules={[{ required: true, message: '请选择发布类型' }]} > - 私有流程(仅自己可见) - 公共流程(所有人可见) + 私有流程(仅自己可用) + 公共流程(所有人可用) + 工程流程(仅当前工程内可用)