|
|
@@ -136,7 +136,7 @@
|
|
|
</Button> -->
|
|
|
</template>
|
|
|
</div>
|
|
|
- <Tabs class="van-tabs--list" v-model:active="active">
|
|
|
+ <Tabs class="van-tabs--list" v-model:active="active" >
|
|
|
<template v-for="(item, index) in components.filter(e => e.show === true)" :key="index">
|
|
|
<Tab :title="item.title" :name="item.name">
|
|
|
<component :is="item.component" v-bind="{ goodsCode, goodsid, fromTrade, pictureurl }" @callBack="itemBack"/>
|
|
|
@@ -244,7 +244,7 @@ const components = [
|
|
|
// },
|
|
|
{
|
|
|
name: 'holdlb2',
|
|
|
- title: t('pcroute.bottom.bottom_pricing_detail2'),
|
|
|
+ title: t('quote.pricing.orderdetails'),
|
|
|
component: defineAsyncComponent(() => import('../trade/holdlb2/Index.vue')),
|
|
|
detail: defineAsyncComponent(() => import('@mobile/views/order/position/components/pricing/detail2/Index.vue')),
|
|
|
show: true
|