Commit 763e1935 authored by 黄奎's avatar 黄奎

页面修改

parent 15850a8e
......@@ -116,10 +116,8 @@
</el-tooltip>
</div>
<div flex="dir:left wrap:wrap" class="app-order-offline">
<el-tag v-if="item.PaymentTime==''" style="margin-left:5px" size="small" type="warning">未付款</el-tag>
<el-tag
v-if="item.PaymentTime!='' && item.DeliveryTime=='' && item.ReceivingTime=='' && item.FinishTime==''"
style="margin-left:5px" size="small" type="warning">已付款</el-tag>
<el-tag v-if="item.PaymentTime==''" style="margin-left:5px" size="small" type="warning">未付款</el-tag>
<el-tag v-if="item.PaymentTime!='' && item.PaymentWay!=4 " style="margin-left:5px" size="small" type="warning">已付款</el-tag>
<el-tag v-if="item.OrderStatus==2||item.OrderStatus==3" style="margin-left:5px" size="small"
type="success">未使用</el-tag>
<el-tag v-if="item.OrderStatus==4" style="margin-left:5px" size="small"
......
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