feat: 条件节点添加包含和不包含操作符

pull/864/head
LesanOuO 2026-02-14 16:53:21 +08:00
parent c153ff93c7
commit 80128c5406
1 changed files with 8 additions and 0 deletions

View File

@ -629,6 +629,14 @@ export const COMPARISON_OPERATORS: DictDataVO = [
{
value: '<=',
label: '小于等于'
},
{
value: 'contain',
label: '包含'
},
{
value: '!contain',
label: '不包含'
}
]
// 审批操作按钮名称