diff --git a/src/components/workflow/nodeWrap.vue b/src/components/workflow/nodeWrap.vue index b650fa269..081f41bf1 100644 --- a/src/components/workflow/nodeWrap.vue +++ b/src/components/workflow/nodeWrap.vue @@ -1,305 +1,386 @@ - import { loginApi } from '@/api/auth'; - - - - - - - {{ nodeConfig.nodeName }} - - - - - - - - {{ nodeConfig.nodeName }} - - - - - - - 请选择{{defaultText}} - {{showText}} - - - - - - - - - - - - - - - - 添加条件 - - - - - < - - - {{ item.nodeName }} - 优先级{{ item.priorityLevel }} - - - > - {{ $func.conditionStr(nodeConfig, index) }} - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + {{ nodeConfig.nodeName }} + + + + + + + + {{ + nodeConfig.nodeName + }} + + + + + + + 请选择{{ defaultText }} + {{ showText }} + + + + + + + + + + + + + + + + 添加条件 + + + + + + < + + + + {{ item.nodeName }} + 优先级{{ item.priorityLevel }} + + + + > + + + {{ $func.conditionStr(nodeConfig, index) }} + + + + + + + + + + + + + + + + + + + + + + + + + + -