mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
统一关闭 欠费信息缴费
This commit is contained in:
parent
0ac75d287c
commit
b2d4dc1feb
@ -75,7 +75,7 @@
|
||||
<th class="text-center">业主电话</th>
|
||||
<th class="text-center">到期时间</th>
|
||||
<th class="text-center">欠费金额</th>
|
||||
<th class="text-right">操作</th>
|
||||
<!-- <th class="text-right">操作</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -86,11 +86,11 @@
|
||||
<td class="text-center">{{fee.ownerTel}}</td>
|
||||
<td class="text-center">{{fee.endTime}}</td>
|
||||
<td class="text-center">{{fee.amountOwed}}</td>
|
||||
<td class="text-right">
|
||||
<!-- <td class="text-right">
|
||||
<button class="btn btn-link btn-xs" v-if=" fee.state != '2009001'"
|
||||
v-on:click="_toOwnerPayFee(fee)">缴费
|
||||
</button>
|
||||
</td>
|
||||
</td> -->
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user