shish hace 2 años
padre
commit
e0183145d3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      ghsApp/src/pagesPurchase/info.vue

+ 2 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -131,7 +131,8 @@
 								</view>
 								<view v-if="!$util.isEmpty(s.sendList)" style="margin-bottom:10upx;">
 									<view v-for="(send, sendIndex) in s.sendList" style="margin-bottom:7upx;">
-										{{ send.customName }} 货位:{{ send.seatSn }} 数量:{{ send.num }} {{ send.status == 0 ?'待上架':send.status == 1?'已上架':'已取消' }}
+										{{ send.customName }}({{ send.seatSn }})  数量 {{ send.num }}
+										<text style="margin-left:20upx;">{{ send.status == 0 ?'待上架':send.status == 1?'已上架':'已取消' }}</text>
 									</view>
 								</view>
 							</block>