Commit 149605b6 authored by Administrator's avatar Administrator

Merge branch 'pre-release' into 'jd_dev'

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

See merge request !122
parents accc5000 ad8b81a6
......@@ -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