diff --git a/src/views/tool/index.vue b/src/views/tool/index.vue index e7d2b8c..254ff9e 100644 --- a/src/views/tool/index.vue +++ b/src/views/tool/index.vue @@ -605,10 +605,13 @@ export default { if(value == null || value == '' || value == undefined){ return false } - if(value.length > 0){ + if(value.length > 1){ return true } - } + }, + onPopoverShow(list) { + this.relationToolList = list; // 更新要显示的工具列表 + }, } }; diff --git a/src/views/workflowList/addWorkflow/tool_release.vue b/src/views/workflowList/addWorkflow/tool_release.vue index 7c099ac..5e123cd 100644 --- a/src/views/workflowList/addWorkflow/tool_release.vue +++ b/src/views/workflowList/addWorkflow/tool_release.vue @@ -2,9 +2,10 @@
-
-

新增工具

+
+

审核工具

+
新增工具
流程监控 @@ -44,6 +45,7 @@ maxlength="200" :autosize="{ minRows: 4, maxRows: 4 }" :style="{ width: '100%' }" + show-word-limit >