录波不展示趋势图
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
import { onBeforeUnmount, onMounted, ref, watch } from 'vue'
|
||||
// import echarts from './echarts'
|
||||
import * as echarts from 'echarts' // 全引入
|
||||
import 'echarts-gl'
|
||||
import 'echarts-liquidfill'
|
||||
import 'echarts/lib/component/dataZoom'
|
||||
// import 'echarts-gl'
|
||||
// import 'echarts-liquidfill'
|
||||
// import 'echarts/lib/component/dataZoom'
|
||||
|
||||
const color = [
|
||||
'var(--el-color-primary)',
|
||||
|
||||
@@ -173,7 +173,7 @@
|
||||
:currentScriptTypeName="currentScriptTypeName"
|
||||
/>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="历史趋势" name="chartTab">
|
||||
<el-tab-pane label="历史趋势" name="chartTab" v-if="!isWaveData">
|
||||
<CompareDataCheckChart
|
||||
v-if="activeTab === 'chartTab'"
|
||||
:tableData="rawTableData.length == 0 ? [] : currentRawTableData"
|
||||
|
||||
Reference in New Issue
Block a user