Commit f26bfca9 authored by honghy's avatar honghy Committed by wux

修改批量无需打包逻辑

parent 025bd2a4
......@@ -61,7 +61,7 @@
</view>
<view v-for="(item, index) in detail.orderItemVOList" :key="index" class="info-wrap" style="margin-top:15px">
<view class="info-header pos">
<view>
<view v-show="item.disabled==false">
<checkbox-group @change="checkClick(item)">
<checkbox :checked="item.checked" :disabled="item.disabled"/>
</checkbox-group>
......
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