Commit 3e4fb10a authored by kangzhenfei's avatar kangzhenfei

Merge branch 'product-kk' into product

parents 76950a4b 2e690a36
<template> <template>
<div>数据分析表 <div>
<Echart1 ></Echart1> <a class="back_href" @click="goView">
<Icon type="ios-undo-outline" size="24" />返回设备监控
</a>
<!-- 数据分析表 -->
<Echart1 ></Echart1>
</div> </div>
</template> </template>
<script> <script>
...@@ -73,6 +77,11 @@ export default { ...@@ -73,6 +77,11 @@ export default {
}; };
}, },
methods: {}, methods: {
goView(){
//返回设备监控页面
this.$router.push("/dncmnc/mnc");
},
},
}; };
</script> </script>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment