guoyujia 1 år sedan
förälder
incheckning
70d0fd5066
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      pages/addNewBatch/index.vue

+ 3 - 3
pages/addNewBatch/index.vue

@@ -120,9 +120,9 @@
 						class="material uni-input">{{ basicInfo.firstTechnicalRequirement ? basicInfo.firstTechnicalRequirement : '-' }}</text>
 				</view>
 				<view class="uni-row info">
-					<label for="SecondTechnicalRequirement">材质2:</label>
-					<text id="SecondTechnicalRequirement"
-						class="material uni-input">{{ basicInfo.SecondTechnicalRequirement ? basicInfo.SecondTechnicalRequirement : '-' }}</text>
+					<label for="secondTechnicalRequirement">材质2:</label>
+					<text id="secondTechnicalRequirement"
+						class="material uni-input">{{ basicInfo.secondTechnicalRequirement ? basicInfo.secondTechnicalRequirement : '-' }}</text>
 				</view>
 			</view>
 		</view>