mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化显示工单信息
This commit is contained in:
parent
207c9a68ce
commit
c390db0f04
@ -76,7 +76,7 @@
|
|||||||
,{
|
,{
|
||||||
"path" : "pages/complaintList/complaintList",
|
"path" : "pages/complaintList/complaintList",
|
||||||
"style" : {
|
"style" : {
|
||||||
"navigationBarTitleText": "投诉单"
|
"navigationBarTitleText": "投诉受理单"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
,{
|
,{
|
||||||
@ -124,7 +124,7 @@
|
|||||||
{
|
{
|
||||||
"path" : "pages/myModify/myModify",
|
"path" : "pages/myModify/myModify",
|
||||||
"style" : {
|
"style" : {
|
||||||
"navigationBarTitleText": "我的维修"
|
"navigationBarTitleText": "维修受理单"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -71,7 +71,7 @@
|
|||||||
cuIcon: 'recordfill',
|
cuIcon: 'recordfill',
|
||||||
color: 'orange',
|
color: 'orange',
|
||||||
badge: 0,
|
badge: 0,
|
||||||
name: '我的维修',
|
name: '维修受理',
|
||||||
pathUrl: '/myModify/myModify'
|
pathUrl: '/myModify/myModify'
|
||||||
}, {
|
}, {
|
||||||
cuIcon: 'picfill',
|
cuIcon: 'picfill',
|
||||||
@ -83,7 +83,7 @@
|
|||||||
cuIcon: 'noticefill',
|
cuIcon: 'noticefill',
|
||||||
color: 'olive',
|
color: 'olive',
|
||||||
badge: 0,
|
badge: 0,
|
||||||
name: '我的投诉',
|
name: '投诉受理',
|
||||||
pathUrl: '/complaintList/complaintList'
|
pathUrl: '/complaintList/complaintList'
|
||||||
}, {
|
}, {
|
||||||
cuIcon: 'upstagefill',
|
cuIcon: 'upstagefill',
|
||||||
|
|||||||
@ -105,8 +105,7 @@
|
|||||||
this.repairId = options.repairId;
|
this.repairId = options.repairId;
|
||||||
|
|
||||||
console.log('options',options);
|
console.log('options',options);
|
||||||
this.complaintId = _complaintId;
|
this._queryRepairDetail();
|
||||||
this._loadModfiyHistoryOrder();
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
_loadModfiyHistoryOrder:function(){
|
_loadModfiyHistoryOrder:function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user