This commit is contained in:
liuye
2023-08-23 10:43:58 +08:00
parent 7185fd8f92
commit e21e4c92bb
4 changed files with 9 additions and 5 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
})