feat:新功能

1 panel列表查询:直接从前台查询,及拖拽功能相关逻辑修改
2 panel时间选择列表,默认为1小时
This commit is contained in:
hyx
2020-04-27 22:17:31 +08:00
parent e7932b3115
commit 79cac9103a
7 changed files with 238 additions and 62 deletions

View File

@@ -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;