Commit 7555c80c authored by dragondean@qq.com's avatar dragondean@qq.com

修复价格日志清关费显示异常

parent 54941a83
...@@ -117,7 +117,7 @@ export default { ...@@ -117,7 +117,7 @@ export default {
</template> </template>
</template> </template>
<template v-if="row.detail.freightPriceStepList && row.detail.freightPriceStepList.length"> <template v-if="row.detail.freightPriceStepList && row.detail.freightPriceStepList.length">
<template v-for="(item, index) in row.detail.freightPriceStepList"> <template v-for="(item, index) in row.detail.clearancePriceStepList">
<show-step-price-item <show-step-price-item
:value="item" :value="item"
:unit-map="unitMap" :unit-map="unitMap"
......
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