zhangxike преди 6 дни
родител
ревизия
9729bb2c21
променени са 2 файла, в които са добавени 6 реда и са изтрити 2 реда
  1. 3 1
      pages/work/download/DownloadDetail.uvue
  2. 3 1
      pages/work/record/InfoDetail.uvue

+ 3 - 1
pages/work/download/DownloadDetail.uvue

@@ -10,7 +10,9 @@
 			</view>
 			<view class="info-item">
 				<text class="label">{{ download.productcode }}</text>
-				<text class="value">{{ download.invname }}</text>
+			</view>
+			<view class="info-item">
+				<text class="label">{{ download.invname }}</text>
 			</view>
 		</view>
 

+ 3 - 1
pages/work/record/InfoDetail.uvue

@@ -10,7 +10,9 @@
 			</view>
 			<view class="info-item">
 				<text class="label">{{ download.productno }}</text>
-				<text class="value">{{ download.invname }}</text>
+			</view>
+			<view class="info-item">
+				<text class="label">{{ download.invname }}</text>
 			</view>
 		</view>