优化显示工单信息

This commit is contained in:
吴学文 2020-04-28 21:18:47 +08:00
parent 207c9a68ce
commit c390db0f04
3 changed files with 5 additions and 6 deletions

View File

@ -76,7 +76,7 @@
,{
"path" : "pages/complaintList/complaintList",
"style" : {
"navigationBarTitleText": "投诉单"
"navigationBarTitleText": "投诉受理单"
}
}
,{
@ -124,7 +124,7 @@
{
"path" : "pages/myModify/myModify",
"style" : {
"navigationBarTitleText": "我的维修"
"navigationBarTitleText": "维修受理单"
}
},
{

View File

@ -71,7 +71,7 @@
cuIcon: 'recordfill',
color: 'orange',
badge: 0,
name: '我的维修',
name: '维修受理',
pathUrl: '/myModify/myModify'
}, {
cuIcon: 'picfill',
@ -83,7 +83,7 @@
cuIcon: 'noticefill',
color: 'olive',
badge: 0,
name: '我的投诉',
name: '投诉受理',
pathUrl: '/complaintList/complaintList'
}, {
cuIcon: 'upstagefill',

View File

@ -105,8 +105,7 @@
this.repairId = options.repairId;
console.log('options',options);
this.complaintId = _complaintId;
this._loadModfiyHistoryOrder();
this._queryRepairDetail();
},
methods: {
_loadModfiyHistoryOrder:function(){