Commit b9784686 by linjinhong

podus 异常单列表去除物流运费字段展示

parent cc107525
......@@ -882,8 +882,12 @@
{{ row.totalAmount }}($)
</span>
</div>
<div
v-if="row.status !== 'TO_BE_CONFIRMED'"
v-if="
row.status !== 'TO_BE_CONFIRMED' &&
row.status !== 'EXCEPTION_ORDER'
"
class="order-price-item"
>
<span class="order-price-item-label">物流运费:</span>
......
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