This commit is contained in:
shijingjing
2022-02-16 09:59:38 +08:00
parent f379ecd5fb
commit 918e75bbb0
3 changed files with 5 additions and 3 deletions

View File

@@ -62,7 +62,8 @@ export default {
myList: [],
id: '',
selectUser: {},
titleList: ['', '转交事件', '我已办结']
titleList: ['', '事件处理', '', '事件转交'],
}
},
onLoad(option) {
@@ -81,7 +82,7 @@ export default {
})
},
onShow() {
document.title = '矛盾调解'
document.title = this.titleList[this.status]
},
methods: {