居民上报->事件上报
This commit is contained in:
@@ -73,7 +73,7 @@ export default {
|
||||
this.typeList()
|
||||
},
|
||||
onShow() {
|
||||
document.title = '事件添加'
|
||||
document.title = '添加上报'
|
||||
this.forms.name = this.user.name
|
||||
this.forms.phone = this.user.phone
|
||||
uni.$on('chooseLat', res => {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div v-if="!isGridMember" class="empty">
|
||||
<img src="./components/img/no-admin.png" alt="">
|
||||
<p>没有网格员权限<br/>无法查看事件上报信息哦~</p>
|
||||
<p>没有网格员权限<br/>无法查看居民上报信息哦~</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -21,7 +21,7 @@ import {mapState} from 'vuex'
|
||||
|
||||
export default {
|
||||
name: 'AppHandSnapshot',
|
||||
appName: '事件上报',
|
||||
appName: '居民上报',
|
||||
data() {
|
||||
return {
|
||||
component: 'List',
|
||||
@@ -72,7 +72,7 @@ export default {
|
||||
}
|
||||
},
|
||||
onShow() {
|
||||
document.title = '事件上报'
|
||||
document.title = '居民上报'
|
||||
uni.$on('hideTab', () => {
|
||||
this.isTab = false
|
||||
})
|
||||
|
||||
@@ -168,7 +168,7 @@ export default {
|
||||
})
|
||||
},
|
||||
onShow() {
|
||||
document.title = '事件上报'
|
||||
document.title = '居民上报'
|
||||
},
|
||||
methods: {
|
||||
getDetail() {
|
||||
|
||||
@@ -96,7 +96,7 @@ export default {
|
||||
|
||||
},
|
||||
onShow() {
|
||||
document.title = '事件上报'
|
||||
document.title = '居民上报'
|
||||
this.current = 1
|
||||
this.getList()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user