订单状态修改

This commit is contained in:
魏啾
2024-03-16 13:44:03 +08:00
parent 19b71d754f
commit 9a45998a65
2 changed files with 17 additions and 11 deletions

View File

@@ -33,7 +33,8 @@
<div style="color:#ff9e01;">
<span v-if="item.status == 'pending'">挂单</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>
<span style="color:#21c36b;"
v-if="item.orderType != 'return' && (item.status == 'closed' || item.status == 'refund')">订单完成</span>
</div>
</div>
</div>
@@ -75,6 +76,7 @@ const clickitemboxshow = (e) => {
justify-content: space-between;
border-bottom: 1px solid #ccc;
position: relative;
.demo_tabs_boxitem_oneyt {
position: absolute;
top: 20%;