居民上报->事件上报

This commit is contained in:
liuye
2023-05-11 17:18:54 +08:00
parent 31a8c9a352
commit c3b6b89258
4 changed files with 6 additions and 6 deletions

View File

@@ -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
})