zhoujian 5 years ago
parent 9fba702d86
commit 624d196d8a

@ -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>

Loading…
Cancel
Save