|
|
|
@ -20,6 +20,11 @@
|
|
|
|
|
<div style="color: #666666;font-size: 14px;line-height: 25px;">班级:{{item.grade}}</div>
|
|
|
|
|
<div style="color: #666666;font-size: 14px;line-height: 25px;">金额:{{item.money}}</div>
|
|
|
|
|
<div style="color: #666666;font-size: 14px;line-height: 25px;">手机:{{item.phone}}</div>
|
|
|
|
|
<div style="color: #666666;font-size: 14px;line-height: 25px;">状态:
|
|
|
|
|
<span v-if="item.status===1" style="background: red;color: #ffffff;">未缴费</span>
|
|
|
|
|
<span v-if="item.status===2" style="background: green;color: #ffffff;">已缴费</span>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|