guoyujia 3 tháng trước cách đây
mục cha
commit
40f2ea9011
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      pages/queryLotInfo/index.vue

+ 3 - 0
pages/queryLotInfo/index.vue

@@ -190,6 +190,9 @@
 				<view class="item-info uni-row" style="margin-top: 16rpx;"> <text class="label ">工序:</text>
 					<text class="label right">{{ item['processAlias'] }}</text>
 				</view>
+				<view class="item-info uni-row"> <text class="label">辅助工序:</text>
+					<text class="label right ">{{ item['auxiliaryProcessAlias'] }}</text>
+				</view>
 				<view class="item-info uni-row"> <text class="label">投产量:</text>
 					<text class="label right ">{{ item['prodNum'] }}</text>
 				</view>