From 80128c5406ac41440dbfda96ec8e707500ffec7f Mon Sep 17 00:00:00 2001 From: LesanOuO <1960681385@qq.com> Date: Sat, 14 Feb 2026 16:53:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9D=A1=E4=BB=B6=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8C=85=E5=90=AB=E5=92=8C=E4=B8=8D=E5=8C=85?= =?UTF-8?q?=E5=90=AB=E6=93=8D=E4=BD=9C=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/SimpleProcessDesignerV2/src/consts.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/SimpleProcessDesignerV2/src/consts.ts b/src/components/SimpleProcessDesignerV2/src/consts.ts index 6475009de..9470b3afb 100644 --- a/src/components/SimpleProcessDesignerV2/src/consts.ts +++ b/src/components/SimpleProcessDesignerV2/src/consts.ts @@ -629,6 +629,14 @@ export const COMPARISON_OPERATORS: DictDataVO = [ { value: '<=', label: '小于等于' + }, + { + value: 'contain', + label: '包含' + }, + { + value: '!contain', + label: '不包含' } ] // 审批操作按钮名称