ezhizao_zx 1 year ago
parent
commit
e5f59a982a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/batchReporting/index.vue

+ 1 - 1
pages/batchReporting/index.vue

@@ -51,7 +51,7 @@
 				<view class="item-info uni-row">
 				<view class="item-info uni-row">
 					<text class="label">材质</text>
 					<text class="label">材质</text>
 					<text
 					<text
-						class="label right">{{ item['furnaceNoInfo'] ? item['furnaceNoInfo'].firstTechnicalRequirement + ";" + item['furnaceNoInfo'].secondTechnicalRequirement : '-' }}</text>
+						class="label right">{{ item['furnaceNoInfo'] && item['furnaceNoInfo'].firstTechnicalRequirement != '' ? item['furnaceNoInfo'].firstTechnicalRequirement + ";" + item['furnaceNoInfo'].secondTechnicalRequirement : '-' }}</text>
 				</view>
 				</view>
 				<view class="item-info uni-row">
 				<view class="item-info uni-row">
 					<text class="label">箱号</text>
 					<text class="label">箱号</text>