hookehuyr

fix

......@@ -48,7 +48,7 @@
>
<template v-slot:content>
<div v-if="key === 'flow'" style="border-left: 1px solid #e6e6e6; width: 2px; height: 35px; position: absolute; top: 10px;"></div>
<el-tooltip content="拖拽新增节点">
<el-tooltip :content="value.desc">
<div :class="['vue-flow-editor-toolbar-item']">
<img style="width: 15px; height: 15px; margin-bottom: 0; margin-top: 3px;" :src="value.img" />
<span style="font-size: 12px; transform: scale(0.8); margin-top: 2px;">{{ value.text }}</span>
......@@ -348,8 +348,6 @@
<span class="dialog-footer">
<el-popconfirm
v-if="state.flow_version !== state.versionForm.code"
placement="top"
icon="el-icon-warning"
title="是否确认启用该版本流程?"
width="220px"
confirm-button-text="确认"
......@@ -499,13 +497,13 @@ export default {
controlList: {
flow: {
text: '流程节点',
desc: '流程节点',
desc: '拖拽新增流程',
color: '#ed8383',
img: 'https://cdn.ipadbiz.cn/oa/flow/icons-flow.png',
},
cc: {
text: '抄送节点',
desc: '抄送节点',
desc: '拖拽新增抄送',
color: '#ed8383',
img: 'https://cdn.ipadbiz.cn/oa/flow/icon-cc.png',
},
......