Commit a3d71df3 authored by 332784038@qq.com's avatar 332784038@qq.com

Merge branch 'master-fix'

parents 0922054e a7b053aa
......@@ -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