feat:点击module的信息组件添加

This commit is contained in:
zhangyu
2020-08-24 17:04:27 +08:00
parent 84f988b761
commit deed6752f6
22 changed files with 197 additions and 1939 deletions

View File

@@ -122,20 +122,20 @@
@on-drag-chart="editChartForDrag"
@on-edit-chart-block="editData"
></chart-alert-list>
<vis-network
v-if="item.type === 'topology'"
@on-refresh-data="refreshChart"
@on-search-data="searchData"
@on-remove-chart-block="removeChart"
@on-duplicate-chart-block="duplicateChart"
@on-drag-chart="editChartForDrag"
@on-edit-chart-block="editData"
:panel-id="filter.panelId"
:chart-data="item"
:chart-index="index"
>
<!--<vis-network-->
<!--v-if="item.type === 'topology'"-->
<!--@on-refresh-data="refreshChart"-->
<!--@on-search-data="searchData"-->
<!--@on-remove-chart-block="removeChart"-->
<!--@on-duplicate-chart-block="duplicateChart"-->
<!--@on-drag-chart="editChartForDrag"-->
<!--@on-edit-chart-block="editData"-->
<!--:panel-id="filter.panelId"-->
<!--:chart-data="item"-->
<!--:chart-index="index"-->
<!--&gt;-->
</vis-network>
<!--</vis-network>-->
</div>
</draggable>
<el-row v-if="dataList.length === 0" class="noData"></el-row>