Explorar o código

增加成本显示

shish %!s(int64=3) %!d(string=hai) anos
pai
achega
ad684b64d0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      ghsApp/src/admin/changePrice/components/Item.vue

+ 1 - 0
ghsApp/src/admin/changePrice/components/Item.vue

@@ -30,6 +30,7 @@
 
 	<view class="level-price">
 		<text>剩余 {{showStock}}</text>
+		<text style="color:#333333;position:absolute;right:80upx;color:green;">成本 ¥{{ parseFloat(info.cost) }}</text>
 	</view>
 
 </view>