zhengjinyi 3 месяцев назад
Родитель
Сommit
3af4eb20e9
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      src/main/resources/templates/product/alliance-page.html

+ 8 - 1
src/main/resources/templates/product/alliance-page.html

@@ -56,13 +56,20 @@
 									</div>
 									<span class="line"></span>
 									<div class="zp-item zp-origin">
-										<span>产地:</span><span v-text="productAuthInfo.producePlace"></span>
+										<span v-if="productAuthInfo.producePlaceType === 1">产地:</span>
+										<span v-if="productAuthInfo.producePlaceType === 2">技术授权方:</span>
+										<span v-text="productAuthInfo.producePlace"></span>
 									</div>
 								</div>
 								<div class="zp-item zp-sncode animate__animated animate__fadeInUp">
 									<span>SN码:</span>
 									<span>{{ productAuthInfo.snCode | snCode }}</span>
 								</div>
+								<div class="zp-item zp-agent animate__animated animate__fadeInUp">
+									<span v-if="productAuthInfo.manufacturerType === 1">制造商:</span>
+									<span v-if="productAuthInfo.manufacturerType === 2">制造委托方:</span>
+									<span v-text="productAuthInfo.manufacturer"></span>
+								</div>
 								<div class="zp-item zp-agent animate__animated animate__fadeInUp">
 									<span>代理商:</span>
 									<span v-text="productAuthInfo.shopName"></span>