|
@ -2,17 +2,11 @@ |
|
|
<view> |
|
|
<view> |
|
|
<com-empty-view v-if="itemList.length==0"></com-empty-view> |
|
|
<com-empty-view v-if="itemList.length==0"></com-empty-view> |
|
|
<view class="" style="background-color: #fff; width: 100%;" v-for="(item,index) in itemList"> |
|
|
<view class="" style="background-color: #fff; width: 100%;" v-for="(item,index) in itemList"> |
|
|
|
|
|
<!-- <view class="flex uni-center u-col-center" style="flex-direction: row; "> --> |
|
|
<view class="flex uni-center u-col-center" style="flex-direction: row; "> |
|
|
<view> |
|
|
<!-- <view class="" style="font-size: 30rpx;margin: 10rpx;"> |
|
|
<com-item-balance :dataContent="item" :isShowStdPack="false" :isShowPack="isShowPack" |
|
|
({{index+1}}) |
|
|
:isShowBatch="isShowBatch" :isShowLocation="isShowLocation" :isShowBusiness="isShowBusiness"> |
|
|
</view> --> |
|
|
</com-item-balance> |
|
|
<comItemBalance :dataContent="item" |
|
|
|
|
|
:isShowStdPack="false" |
|
|
|
|
|
:isShowPack="isShowPack" |
|
|
|
|
|
:isShowBatch="isShowBatch" |
|
|
|
|
|
:isShowLocation ="isShowLocation" |
|
|
|
|
|
:isShowBusiness="isShowBusiness"></comItemBalance> |
|
|
|
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
@ -74,8 +68,7 @@ |
|
|
default: false |
|
|
default: false |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: {} |
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
|