Commit 1f7fc82d authored by LiXuyang's avatar LiXuyang

任务流设计-跨任务流依赖设计-列表图片

parent 9b4f1828
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<a-button type="primary">版本管理</a-button> <a-button type="primary">版本管理</a-button>
</template> </template>
<template #footer> <template #footer>
<BasicTable @register="registerTable" :searchInfo="searchInfo"> <BasicTable v-if="showType === 'table'" @register="registerTable" :searchInfo="searchInfo">
<template #toolbar> <template #toolbar>
<a-button @click="handleOrderType" <a-button @click="handleOrderType"
><SwapRightOutlined :rotate="rotate" />按执行计划排序</a-button ><SwapRightOutlined :rotate="rotate" />按执行计划排序</a-button
...@@ -100,6 +100,9 @@ ...@@ -100,6 +100,9 @@
<a-button @click="handleSetting"><SettingOutlined /></a-button> <a-button @click="handleSetting"><SettingOutlined /></a-button>
</template> </template>
</BasicTable> </BasicTable>
<div v-if="showType === 'chart'">
<img src="/src/assets/images/taskFlushChart.jpg" style="width: 100%" />
</div>
</template> </template>
<TaskModel @register="taskModel" /> <TaskModel @register="taskModel" />
<UpstreamModel @register="upstreamTaskModel" /> <UpstreamModel @register="upstreamTaskModel" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment