Przeglądaj źródła

增加成本显示

shish 3 lat temu
rodzic
commit
ad684b64d0
1 zmienionych plików z 1 dodań i 0 usunięć
  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>