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

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

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