Commit 29ab7491 authored by 332784038@qq.com's avatar 332784038@qq.com

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

parent d55deb47
......@@ -156,11 +156,11 @@ export default {
freight.push({
label: this.$t('价格更新时间'),
value: parseTime(row.updateTime)
value: parseTime(row.lastFreightChargePriceTime)
})
clearance.push({
label: this.$t('价格更新时间'),
value: parseTime(row.updateTime)
value: parseTime(row.lastClearanceChargePriceTime)
})
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