jufubao-admin-library 1.1.233 → 1.1.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -192,6 +192,7 @@ export default {
192
192
  item.activity_start_time = window.getTimeFormat(item.activity_start_time)
193
193
  item.activity_end_time = window.getTimeFormat(item.activity_end_time)
194
194
  item.updated_time = window.getTimeFormat(item.updated_time)
195
+ item.total_exchange_mileage = this.$xdHelper.divisionFloatNumber(item.total_exchange_mileage, 100)
195
196
  return item
196
197
  })
197
198
  this.total = total_size
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.233",
3
+ "version": "1.1.234",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {