From ac6dd47b061f8151e533569a196e3498255e7342 Mon Sep 17 00:00:00 2001 From: Vinjor Date: Thu, 24 Oct 2024 18:15:15 +0800 Subject: [PATCH] 1 --- components/VNavigationBar.vue | 2 +- pages-order/orderList/orderList.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = "待支付" }