Browse Source

更新设置跳转

feature
李素 2 years ago
parent
commit
6c74733936
  1. 7
      src/views/modules/home/index.vue

7
src/views/modules/home/index.vue

@ -235,7 +235,7 @@
<!-- <div class="white-box"> -->
<div class="m-box m-tx" style="">
<div class="noe-text"> <span style="margin-top: 10px;">居民分类更新情况</span> <span class="update-settings"
style="margin-top: 10px;" v-show="showAll"><img referrerpolicy="no-referrer"
style="margin-top: 10px;" v-show="showAll" @click="jumpToJuMin()"><img referrerpolicy="no-referrer"
src="https://lanhu.oss-cn-beijing.aliyuncs.com/pskhmf0717eflwg54wn73s6spnsg6u48r0f69e94b-2bc8-4156-8330-902087b72e0b" />更新设置</span>
</div>
<el-tabs v-model="activeName" style="width:100%;">
@ -523,6 +523,11 @@ export default {
path: "/main/home-notice",
});
},
jumpToJuMin() {
this.$router.push({
path: "/main/workSys-setResiUpdate-index",
});
},
//
jumpToHouse(e) {
this.$router.push({

Loading…
Cancel
Save