shish il y a 3 ans
Parent
commit
c91119e6fc
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      ghsApp/src/pagesStorehouse/allot/inSelectItem.vue

+ 2 - 1
ghsApp/src/pagesStorehouse/allot/inSelectItem.vue

@@ -6,7 +6,8 @@
 		</view>
 		<view class="details-main">
 			<view class="item-header">
-				<text class="name">日期:{{ info.addTime.substr(5,11) }}</text><text v-if="info.check == 1" style="position:absolute;right:60upx;color:green;font-weight:bold;">已盘点</text>
+				<text class="name">日期:{{ info.addTime.substr(5,11) }}</text>
+				<text v-if="info.check == 1" style="color:green;font-weight:bold;margin-left:220upx;">已盘点</text>
 			</view>
 			<view class="item-row">
 				<view class="orderSn">编号:{{info.orderSn}}</view>