Commit dcd5e06e authored by 黄奎's avatar 黄奎

页面修改

parent 5113a8ad
......@@ -62,8 +62,9 @@
<td :rowspan="3" style="text-align: left">
<div>
<span @click="goOrderdetails(item,1)" class="order_OfferId">{{item.OrderId}}</span>
<span v-if="item.JoinType==3&&item.TargetJoinType==1" style="color:red;margin-left:5px;">续费订单</span>
<span v-if="item.JoinType==1&&item.TargetJoinType==3" style="color:green;margin-left:5px;">已续费</span>
<q-badge v-if="item.JoinType==3" color="red" label="续费订单" style="margin-left:5px;" class="q-mr-xs" />
<q-badge v-if="item.TargetJoinType==3" color="green" label="已续费" style="margin-left:5px;"
class="q-mr-xs" />
</div>
<div class="order_OferTitle" v-if="item.TargetJoinType==1">
<template v-if="item.JoinType==3">
......
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