This commit is contained in:
魏啾
2024-03-16 12:07:44 +08:00
parent 426e1d59a9
commit 19b71d754f
2 changed files with 11 additions and 10 deletions

View File

@@ -32,8 +32,8 @@
</div>
<div style="color:#ff9e01;">
<span v-if="item.status == 'pending'">挂单</span>
<span style="color: red;" v-if="item.status == 'refund'">退单</span>
<span style="color:#21c36b;" v-if="item.status == 'closed'">订单完成</span>
<span style="color: red;" v-if="item.status == 'refund' && item.orderType == 'return'">退单</span>
<span style="color:#21c36b;" v-if="item.status == 'closed' || item.status == 'refund'">订单完成</span>
</div>
</div>
</div>