소스 검색

no message

linwenxin 7 달 전
부모
커밋
0dc53bffad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/packageAttachment/pages/sparePartsInventory/choosingAccessoriesItem.vue

+ 1 - 1
src/packageAttachment/pages/sparePartsInventory/choosingAccessoriesItem.vue

@@ -10,7 +10,7 @@
         </view>
       </view>
       <view class="accessories_item_lay">
-        <view class="accessories_item_inventory"> 库存{{ [item.oldQty, item.qty][type] }} </view>
+        <view class="accessories_item_inventory"> 库存{{ item.qty }} </view>
         <view class="accessories_item_unit"> 单位:{{ item.goodsStockUnit }} </view>
       </view>
       <view class="accessories_item_lay">