Przeglądaj źródła

事件列表改为工单列表

seimin 11 miesięcy temu
rodzic
commit
23d91bf77d
2 zmienionych plików z 2 dodań i 2 usunięć
  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 6
 import Repair from './../views/repair.vue'//我的报修
7 7
 import My from './../views/my.vue'//设置
8 8
 import Supplementary from './../views/supplementary.vue'//补充资料
9
-import IncidentList from './../views/incidentList.vue'//事件列表
9
+import IncidentList from './../views/incidentList.vue'//工单列表
10 10
 import MyModify from './../views/myModify.vue'//个人信息修改
11 11
 import NoticeDetails from './../views/noticeDetails.vue'//公告详情
12 12
 import NoticeList from './../views/noticeList.vue'//公告列表

+ 1 - 1
src/views/evaluate.vue

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