|
|
@@ -32,7 +32,7 @@
|
|
|
|
|
|
|
|
|
<div class="box-middle">
|
|
|
- <div class="box-middle-content" style="width: 35%">
|
|
|
+ <div class="box-middle-content" style="width: 35%;cursor: pointer" @click="handelRouterTo('/page-eos/purchaseOrder')">
|
|
|
<div class="box-middle-content-left">
|
|
|
<span>月度总金额</span>
|
|
|
<span>(万元)</span>
|
|
|
@@ -319,6 +319,9 @@ export default {
|
|
|
clearInterval(this.updateTimer)
|
|
|
},
|
|
|
methods: {
|
|
|
+ handelRouterTo(path) {
|
|
|
+ window.history.pushState(null, '', path);
|
|
|
+ },
|
|
|
/* 全屏切换 */
|
|
|
onFullscreen() {
|
|
|
this.isFullscreen = !this.isFullscreen
|