|
|
@@ -56,7 +56,7 @@
|
|
|
<div class="left-section">
|
|
|
<!-- 综合数据 -->
|
|
|
<div class="panel data-panel">
|
|
|
- <div class="panel-title">
|
|
|
+ <div class="panel-title" style="cursor: pointer" @click="handelRouterTo('/page-pcs/productionRecords')">
|
|
|
<div class="panel-icon"></div>
|
|
|
综合数据
|
|
|
</div>
|
|
|
@@ -320,6 +320,9 @@
|
|
|
Object.values(this.charts).forEach((chart) => chart && chart.dispose());
|
|
|
},
|
|
|
methods: {
|
|
|
+ handelRouterTo(path) {
|
|
|
+ window.history.pushState(null, '', path);
|
|
|
+ },
|
|
|
energyTabsCahnge(val) {
|
|
|
this.activeEnergyTab = val;
|
|
|
this.waterCoalTrend();
|