diff --git a/src/mycomponents/job/jobComMainDetailCard.vue b/src/mycomponents/job/jobComMainDetailCard.vue index bde92e15..77d64e39 100644 --- a/src/mycomponents/job/jobComMainDetailCard.vue +++ b/src/mycomponents/job/jobComMainDetailCard.vue @@ -17,7 +17,7 @@ 发货类型 - {{dataContent.deliverType?'三方库发货':'寄售库发货'}} + {{dataContent.deliverType=='CUST'?'寄售库发货':'三方库发货'}}