Commit f431832c authored by zhengke's avatar zhengke

修改

parent 92c8f23c
......@@ -60,7 +60,10 @@
<tbody v-for="(item,index) in dataList" :key="index">
<tr>
<td :rowspan="3" style="text-align: left">
<div class="order_OfferId" @click="goOrderdetails(item,1)">{{item.OrderId}}
<div>
<span @click="goOrderdetails(item,1)" class="order_OfferId">{{item.OrderId}}</span>
<span v-if="item.JoinType==3" style="color:red;margin-left:5px;">续费订单</span>
<span style="color:green;margin-left:5px;display:none;">已续费</span>
</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