shish 3 years ago
parent
commit
08ba974f56
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ghsApp/src/admin/stat/stock.vue

+ 2 - 2
ghsApp/src/admin/stat/stock.vue

@@ -45,13 +45,13 @@
 												<t-td>
 													<view style="font-size:30upx;" 
 													@click="pageTo({url:'/admin/item/detail',query:{id: productItem.id}})">
-														{{productItem.price?parseFloat(productItem.price):0}}
+														¥{{productItem.price?parseFloat(productItem.price):0}}
 													</view>
 												</t-td>
 												<t-td>
 													<view style="font-size:30upx;" 
 													@click="pageTo({url:'/admin/item/detail',query:{id: productItem.id}})">
-														{{productItem.skPrice?parseFloat(productItem.skPrice):0}}
+														¥{{productItem.skPrice?parseFloat(productItem.skPrice):0}}
 													</view>
 												</t-td>
 											</t-tr>