|
|
@ -3,9 +3,10 @@ |
|
|
|
<uni-collapse ref="collapse1" @change=""> |
|
|
|
<uni-collapse-item :open="true"> |
|
|
|
<template v-slot:title> |
|
|
|
<item-compare-qty :dataContent="dataContent" :handleQty="Number(dataContent.handleQty)"> |
|
|
|
<item-compare-qty :dataContent="dataContent" :handleQty="Number(dataContent.handleQty)" :isShowStdPack="false"> |
|
|
|
</item-compare-qty> |
|
|
|
</template> |
|
|
|
<u-line></u-line> |
|
|
|
<view class="" v-for="(item,index) in dataContent.subList"> |
|
|
|
<uni-swipe-action ref="swipeAction"> |
|
|
|
<uni-swipe-action-item @click="swipeClick($event,item)" |
|
|
|