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: '不包含' } ] // 审批操作按钮名称