Browse Source

事件列表改为工单列表

seimin 11 months ago
parent
commit
23d91bf77d
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/router/index.js
  2. 1 1
      src/views/evaluate.vue

+ 1 - 1
src/router/index.js

@@ -6,7 +6,7 @@ import Indes from './../views/indes.vue'//首页
6
 import Repair from './../views/repair.vue'//我的报修
6
 import Repair from './../views/repair.vue'//我的报修
7
 import My from './../views/my.vue'//设置
7
 import My from './../views/my.vue'//设置
8
 import Supplementary from './../views/supplementary.vue'//补充资料
8
 import Supplementary from './../views/supplementary.vue'//补充资料
9
-import IncidentList from './../views/incidentList.vue'//事件列表
9
+import IncidentList from './../views/incidentList.vue'//工单列表
10
 import MyModify from './../views/myModify.vue'//个人信息修改
10
 import MyModify from './../views/myModify.vue'//个人信息修改
11
 import NoticeDetails from './../views/noticeDetails.vue'//公告详情
11
 import NoticeDetails from './../views/noticeDetails.vue'//公告详情
12
 import NoticeList from './../views/noticeList.vue'//公告列表
12
 import NoticeList from './../views/noticeList.vue'//公告列表

+ 1 - 1
src/views/evaluate.vue

@@ -115,7 +115,7 @@ export default {
115
                         that.dialog = that.$createDialog({
115
                         that.dialog = that.$createDialog({
116
                             type: 'alert',
116
                             type: 'alert',
117
                             title: '恭喜您,提交评价成功!',
117
                             title: '恭喜您,提交评价成功!',
118
-                            content: '点击返回事件列表',
118
+                            content: '点击返回工单列表',
119
                             icon: 'cubeic-right',
119
                             icon: 'cubeic-right',
120
                             onConfirm: (e, promptValue) => {
120
                             onConfirm: (e, promptValue) => {
121
                                 that.$router.push({path:'/main/incidentList'})
121
                                 that.$router.push({path:'/main/incidentList'})