From a3d8e4bfc15818060cef2585a2df457857149b77 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sun, 3 May 2026 11:04:58 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=8C=85=E5=90=AB?= =?UTF-8?q?=E5=92=8C=E4=B8=8D=E5=8C=85=E5=90=AB=E6=9D=A1=E4=BB=B6=E9=80=89?= =?UTF-8?q?=E9=A1=B9=E5=88=B0=E5=B8=B8=E9=87=8F=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/bpm/components/simple-process-design/consts.ts | 8 ++++++++ .../views/bpm/components/simple-process-design/consts.ts | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/apps/web-antd/src/views/bpm/components/simple-process-design/consts.ts b/apps/web-antd/src/views/bpm/components/simple-process-design/consts.ts index 9b6e176a8..f521f25f4 100644 --- a/apps/web-antd/src/views/bpm/components/simple-process-design/consts.ts +++ b/apps/web-antd/src/views/bpm/components/simple-process-design/consts.ts @@ -767,6 +767,14 @@ export const COMPARISON_OPERATORS: DictDataType[] = [ value: '<=', label: '小于等于', }, + { + value: 'contain', + label: '包含', + }, + { + value: '!contain', + label: '不包含', + }, ]; // 审批操作按钮名称 export const OPERATION_BUTTON_NAME = new Map(); diff --git a/apps/web-ele/src/views/bpm/components/simple-process-design/consts.ts b/apps/web-ele/src/views/bpm/components/simple-process-design/consts.ts index 9b6e176a8..f521f25f4 100644 --- a/apps/web-ele/src/views/bpm/components/simple-process-design/consts.ts +++ b/apps/web-ele/src/views/bpm/components/simple-process-design/consts.ts @@ -767,6 +767,14 @@ export const COMPARISON_OPERATORS: DictDataType[] = [ value: '<=', label: '小于等于', }, + { + value: 'contain', + label: '包含', + }, + { + value: '!contain', + label: '不包含', + }, ]; // 审批操作按钮名称 export const OPERATION_BUTTON_NAME = new Map();