录波不展示趋势图

This commit is contained in:
sjl
2025-12-11 09:48:23 +08:00
parent 5708afb816
commit b9dfe29ffd
2 changed files with 4 additions and 4 deletions

View File

@@ -8,9 +8,9 @@
import { onBeforeUnmount, onMounted, ref, watch } from 'vue' import { onBeforeUnmount, onMounted, ref, watch } from 'vue'
// import echarts from './echarts' // import echarts from './echarts'
import * as echarts from 'echarts' // 全引入 import * as echarts from 'echarts' // 全引入
import 'echarts-gl' // import 'echarts-gl'
import 'echarts-liquidfill' // import 'echarts-liquidfill'
import 'echarts/lib/component/dataZoom' // import 'echarts/lib/component/dataZoom'
const color = [ const color = [
'var(--el-color-primary)', 'var(--el-color-primary)',

View File

@@ -173,7 +173,7 @@
:currentScriptTypeName="currentScriptTypeName" :currentScriptTypeName="currentScriptTypeName"
/> />
</el-tab-pane> </el-tab-pane>
<el-tab-pane label="历史趋势" name="chartTab"> <el-tab-pane label="历史趋势" name="chartTab" v-if="!isWaveData">
<CompareDataCheckChart <CompareDataCheckChart
v-if="activeTab === 'chartTab'" v-if="activeTab === 'chartTab'"
:tableData="rawTableData.length == 0 ? [] : currentRawTableData" :tableData="rawTableData.length == 0 ? [] : currentRawTableData"