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
|