feat:点击module的信息组件添加
This commit is contained in:
@@ -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"-->
|
||||
<!-->-->
|
||||
|
||||
</vis-network>
|
||||
<!--</vis-network>-->
|
||||
</div>
|
||||
</draggable>
|
||||
<el-row v-if="dataList.length === 0" class="noData"></el-row>
|
||||
|
||||
Reference in New Issue
Block a user