diff --git a/components/VNavigationBar.vue b/components/VNavigationBar.vue index 1cdd4a4..315fa7f 100644 --- a/components/VNavigationBar.vue +++ b/components/VNavigationBar.vue @@ -18,7 +18,7 @@ {{ title }} - + diff --git a/pages-order/orderList/orderList.vue b/pages-order/orderList/orderList.vue index 49de0fb..cd8ca46 100644 --- a/pages-order/orderList/orderList.vue +++ b/pages-order/orderList/orderList.vue @@ -223,13 +223,13 @@ export default { if("04"==mainStatus){ //待派工 str = "待派工" - }else if("05"==mainStatus){ + }else if("05"==mainStatus ||"07"==mainStatus ){ //维修中 str = "维修中" }else if("01"==mainStatus){ //待结算 if(!payType){ - str = "待结算" + str = "待取车结算" }else{ str = "待支付" }