订单状态修改
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user