未验证 提交 dd2c50a1 编写于 作者: L liwenhe1993 提交者: GitHub

Toolbar of the DAG has not prompt (#2161)

* Toolbar of the DAG has not prompt

* Remove duplication code
上级 a0088c11
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
:key="v" :key="v"
v-for="(item,v) in tasksTypeList" v-for="(item,v) in tasksTypeList"
@mousedown="_getDagId(v)"> @mousedown="_getDagId(v)">
<div data-toggle="tooltip" :title="item.description"> <div data-toggle="tooltip" :title="item.desc">
<div class="icos" :class="'icos-' + v" ></div> <div class="icos" :class="'icos-' + v" ></div>
</div> </div>
</div> </div>
......
...@@ -567,7 +567,6 @@ export default { ...@@ -567,7 +567,6 @@ export default {
'Data Target': 'Data Target', 'Data Target': 'Data Target',
'All Columns': 'All Columns', 'All Columns': 'All Columns',
'Some Columns': 'Some Columns', 'Some Columns': 'Some Columns',
'Modify User': 'Modify User',
'Branch flow': 'Branch flow', 'Branch flow': 'Branch flow',
'Cannot select the same node for successful branch flow and failed branch flow': 'Cannot select the same node for successful branch flow and failed branch flow' 'Cannot select the same node for successful branch flow and failed branch flow': 'Cannot select the same node for successful branch flow and failed branch flow'
} }
...@@ -567,7 +567,6 @@ export default { ...@@ -567,7 +567,6 @@ export default {
'Data Target': '数据目的', 'Data Target': '数据目的',
'All Columns': '全表导入', 'All Columns': '全表导入',
'Some Columns': '选择列', 'Some Columns': '选择列',
'Modify User': '修改用户',
'Branch flow': '分支流转', 'Branch flow': '分支流转',
'Cannot select the same node for successful branch flow and failed branch flow': '成功分支流转和失败分支流转不能选择同一个节点' 'Cannot select the same node for successful branch flow and failed branch flow': '成功分支流转和失败分支流转不能选择同一个节点'
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册