|
@@ -57,7 +57,8 @@
|
|
|
<view class='tag1 tag-bule radius line-pink' v-if='item.salePlanType=="现货"'>现货</view>
|
|
|
<view class='tag1 tag-bule radius line-pink' v-if='item.salePlanType=="期货"'>期货</view>
|
|
|
<view class='tag1 tag-yellow radius line-green'>{{item.goodsName}}</view>
|
|
|
- <view class='tag1 tag-red radius line-yellow'>{{item.weight}}吨</view>
|
|
|
+ <view class='tag1 tag-red radius line-yellow' >{{item.plannedPurchaseVolume}}吨</view>
|
|
|
+ <!-- <view class='tag1 tag-red radius line-yellow' v-if="this.TabCur== 1">{{item.plannedSaleVolume}}吨</view> -->
|
|
|
</view>
|
|
|
<view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="期货"'>今日基差</view>
|
|
|
<view style='color:#878C9C;padding-top:5px;' v-if='item.procurementPlanType=="现货"'>采购价格</view>
|