shish 3 жил өмнө
parent
commit
ad684b64d0

+ 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>