Commit c5007308 authored by wux's avatar wux

Revert "订单详情价格明细的最后价格更新时间值取值变动"

This reverts commit 8e3145e6.
parent adca2c0b
......@@ -156,11 +156,11 @@ export default {
freight.push({
label: this.$t('价格更新时间'),
value: parseTime(row.lastFreightChargePriceTime)
value: parseTime(row.updateTime)
})
clearance.push({
label: this.$t('价格更新时间'),
value: parseTime(row.lastClearanceChargePriceTime)
value: parseTime(row.updateTime)
})
this.feeDetail = {
freight,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment