浏览代码

前端小程序 更新 sdy

zhongtianhaoyuan 3 年之前
父节点
当前提交
07c9d86e06
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/business/business.vue

+ 2 - 1
pages/business/business.vue

@@ -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>