|
@@ -85,7 +85,7 @@
|
|
|
<div class="row row_1">
|
|
<div class="row row_1">
|
|
|
<!-- 左侧:综合用能概览 -->
|
|
<!-- 左侧:综合用能概览 -->
|
|
|
<div class="panel panel_left_overview">
|
|
<div class="panel panel_left_overview">
|
|
|
- <div class="panel_header">
|
|
|
|
|
|
|
+ <div class="panel_header" style="cursor: pointer" @click="handelRouterTo('/page-ems/centralizedMeterReading/manualcentralizedMeterReading')">
|
|
|
<img src="@/assets/home/icon.png" alt="" />
|
|
<img src="@/assets/home/icon.png" alt="" />
|
|
|
<span>综合用能概览</span>
|
|
<span>综合用能概览</span>
|
|
|
</div>
|
|
</div>
|
|
@@ -458,6 +458,9 @@
|
|
|
clearInterval(this.timeTimer);
|
|
clearInterval(this.timeTimer);
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ handelRouterTo(path) {
|
|
|
|
|
+ window.history.pushState(null, '', path);
|
|
|
|
|
+ },
|
|
|
updateTime() {
|
|
updateTime() {
|
|
|
const now = new Date();
|
|
const now = new Date();
|
|
|
this.currentTime = now.toLocaleString('zh-CN', {
|
|
this.currentTime = now.toLocaleString('zh-CN', {
|