浏览代码

修改已知bug

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>