feat:新功能
1 panel列表查询:直接从前台查询,及拖拽功能相关逻辑修改 2 panel时间选择列表,默认为1小时
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@import './line-chart-block.scss';
|
||||
</style>
|
||||
<template>
|
||||
<div class="line-chart-block" :id="'lineChartDiv'+chartIndex" v-show="divFirstShow" @mouseenter="mouseEnterChart" @mouseleave="mouseLeaveChart">
|
||||
<div class="line-chart-block" :id="'lineChartDiv'+chartIndex" v-show="divFirstShow" @mouseenter="mouseEnterChart" @mouseleave="mouseLeaveChart">
|
||||
<loading :ref="'localLoading'+chartIndex"></loading>
|
||||
|
||||
<!--<div class="edit">
|
||||
@@ -1241,6 +1241,7 @@
|
||||
if(this.echartModalStore){
|
||||
this.echartModalStore.clear();
|
||||
}
|
||||
this.data = {};
|
||||
},
|
||||
clickos() {
|
||||
this.dropdownMenuShow=false;
|
||||
|
||||
Reference in New Issue
Block a user