소스 검색

修改已知bug

zhangxike 1 개월 전
부모
커밋
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>