feat : 流程判断条件添加
This commit is contained in:
@@ -99,6 +99,9 @@ const content = computed(() => {
|
||||
case ValueType.string:
|
||||
subConditionStr = getOrdinaryConditionContent(subCondition)
|
||||
break;
|
||||
case ValueType.company:
|
||||
subConditionStr = `${subCondition.title}${subCondition.compare}${subCondition.value[1]?subCondition.value[1]:""}`
|
||||
break;
|
||||
}
|
||||
subConditions.push(subConditionStr)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user