Commit d55deb47 authored by wux's avatar wux Committed by 332784038@qq.com

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

This reverts commit 8e3145e6.
parent 13a867e3
......@@ -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