Revert "居民上报->事件上报"

This reverts commit c3b6b89258.
This commit is contained in:
liuye
2023-05-11 17:20:16 +08:00
parent c3b6b89258
commit 5904f05610
4 changed files with 6 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ export default {
this.typeList() this.typeList()
}, },
onShow() { onShow() {
document.title = '添加上报' document.title = '事件添加'
this.forms.name = this.user.name this.forms.name = this.user.name
this.forms.phone = this.user.phone this.forms.phone = this.user.phone
uni.$on('chooseLat', res => { uni.$on('chooseLat', res => {

View File

@@ -9,7 +9,7 @@
</div> </div>
<div v-if="!isGridMember" class="empty"> <div v-if="!isGridMember" class="empty">
<img src="./components/img/no-admin.png" alt=""> <img src="./components/img/no-admin.png" alt="">
<p>没有网格员权限<br/>无法查看居民上报信息哦~</p> <p>没有网格员权限<br/>无法查看事件上报信息哦~</p>
</div> </div>
</div> </div>
</template> </template>
@@ -21,7 +21,7 @@ import {mapState} from 'vuex'
export default { export default {
name: 'AppHandSnapshot', name: 'AppHandSnapshot',
appName: '居民上报', appName: '事件上报',
data() { data() {
return { return {
component: 'List', component: 'List',
@@ -72,7 +72,7 @@ export default {
} }
}, },
onShow() { onShow() {
document.title = '居民上报' document.title = '事件上报'
uni.$on('hideTab', () => { uni.$on('hideTab', () => {
this.isTab = false this.isTab = false
}) })

View File

@@ -168,7 +168,7 @@ export default {
}) })
}, },
onShow() { onShow() {
document.title = '居民上报' document.title = '事件上报'
}, },
methods: { methods: {
getDetail() { getDetail() {

View File

@@ -96,7 +96,7 @@ export default {
}, },
onShow() { onShow() {
document.title = '居民上报' document.title = '事件上报'
this.current = 1 this.current = 1
this.getList() this.getList()
}, },