diff --git a/src/project/weiyang/AppWorkOrder/Add.vue b/src/project/weiyang/AppWorkOrder/Add.vue index b13d44c4..295dd436 100644 --- a/src/project/weiyang/AppWorkOrder/Add.vue +++ b/src/project/weiyang/AppWorkOrder/Add.vue @@ -135,7 +135,7 @@ export default { this.flag = true this.$http.post(`/app/apppatrolreportinfov2/addByGirdMember`, {...this.forms, ...this.forms.mapInfo}).then((res) => { if (res.code == 0) { - this.$u.toast('事件添加成功') + this.$u.toast('上报成功') uni.$emit('getListInit') setTimeout(() => { uni.navigateBack() diff --git a/src/project/weiyang/AppWorkOrder/AppWorkOrder.vue b/src/project/weiyang/AppWorkOrder/AppWorkOrder.vue index 1eb17609..6b983538 100644 --- a/src/project/weiyang/AppWorkOrder/AppWorkOrder.vue +++ b/src/project/weiyang/AppWorkOrder/AppWorkOrder.vue @@ -35,16 +35,10 @@ export default { text: '待办', component: 'List', }, - { - img: require('./components/img/handle-icon.png'), - activeImg: require('./components/img/handle-icon-active.png'), - text: '历史', - component: 'List', - }, { img: require('./components/img/statistics-icon.png'), activeImg: require('./components/img/statistics-icon-active.png'), - text: '统计', + text: '统计分析', component: 'Statistics', }, ], @@ -78,7 +72,7 @@ export default { } }, onShow() { - document.title = '巡查上报' + document.title = '工单管理' uni.$on('hideTab', () => { this.isTab = false })