Commit 1e8e455c authored by youjie's avatar youjie

no message

parent 1a4d40fe
...@@ -98,7 +98,7 @@ ...@@ -98,7 +98,7 @@
</div> </div>
</div> --> </div> -->
</q-card> </q-card>
<q-card class="rounded-borders q-pa-md q-mt-md" flat v-if="![1,2,3].includes(detail.GoodsType)"> <q-card class="rounded-borders q-pa-md q-mt-md" flat v-if="![1,2,3].includes(detail.GoodsType)&&detail.GoodsType!=15">
<div v-if="detail.OrderNo"> <div v-if="detail.OrderNo">
<car-map v-if="[12,13,14].includes(detail.GoodsType)" :orderInfo="detail"></car-map> <car-map v-if="[12,13,14].includes(detail.GoodsType)" :orderInfo="detail"></car-map>
<!-- <groupMap v-if="[1,2,3].includes(detail.GoodsType)" :orderInfo="detail"></groupMap> --> <!-- <groupMap v-if="[1,2,3].includes(detail.GoodsType)" :orderInfo="detail"></groupMap> -->
......
...@@ -27,14 +27,14 @@ const ListProductTypeEnum = Object.freeze({ ...@@ -27,14 +27,14 @@ const ListProductTypeEnum = Object.freeze({
JALAN: { JALAN: {
value: 5, value: 5,
desc: '酒店住宿', desc: '酒店住宿',
bgColor: 'bg-indigo-2', bgColor: 'bg-secondary-2',
color: 'text-indigo' color: 'text-secondary'
}, },
VISA: { VISA: {
value: 6, value: 6,
desc: '签证', desc: '签证',
bgColor: 'bg-pink-2', bgColor: 'bg-primary-2',
color: 'text-pink' color: 'text-primary'
}, },
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment