|
|
@ -3,7 +3,7 @@ |
|
|
|
<uni-collapse ref="collapse1" @change=""> |
|
|
|
<uni-collapse-item :open="true"> |
|
|
|
<template v-slot:title> |
|
|
|
<item-qty :dataContent="dataContent" :handleQty="dataContent.handleQty"></item-qty> |
|
|
|
<itemCompareQty :dataContent="dataContent" :handleQty="dataContent.handleQty"></itemCompareQty> |
|
|
|
</template> |
|
|
|
<u-line /> |
|
|
|
<view class="" v-for="(item,index) in dataContent.subList"> |
|
|
@ -29,7 +29,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import itemQty from '@/mycomponents/item/itemQty.vue' |
|
|
|
import itemCompareQty from '@/mycomponents/item/itemCompareQty.vue' |
|
|
|
import recommend from '@/mycomponents/recommend/recommend.vue' |
|
|
|
import recommendQtyEdit from '@/mycomponents/qty/recommendQtyEdit.vue' |
|
|
|
import jobDetailPopup from '@/mycomponents/detail/jobDetailPopup.vue' |
|
|
@ -44,7 +44,7 @@ |
|
|
|
|
|
|
|
export default { |
|
|
|
components: { |
|
|
|
itemQty, |
|
|
|
itemCompareQty, |
|
|
|
recommend, |
|
|
|
recommendQtyEdit, |
|
|
|
jobDetailPopup, |
|
|
|