mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 18:11:00 +08:00
费用账单改为账单催缴
This commit is contained in:
parent
c5c7b5a7d7
commit
2c6b8982dc
@ -1,5 +1,5 @@
|
||||
<div class=" animated fadeInRight ecommerce">
|
||||
<div class="row" >
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="ibox ">
|
||||
<div class="ibox-title">
|
||||
@ -23,7 +23,8 @@
|
||||
<option selected value="">请选择交费状态</option>
|
||||
<option value="1000">未交费</option>
|
||||
<option value="2000">已缴费</option>
|
||||
</select></div>
|
||||
</select>
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group">
|
||||
<input type="text" placeholder="请输入业主名称"
|
||||
@ -50,16 +51,16 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" >
|
||||
<div class="row">
|
||||
<div class="col-lg-12">
|
||||
<div class="ibox">
|
||||
<div class="ibox-title">
|
||||
<h5>{{billOweManageInfo.billName}}</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_goBack()">
|
||||
返回
|
||||
</button>
|
||||
|
||||
<button type="button" class="btn btn-primary btn-sm" v-on:click="_goBack()">
|
||||
返回
|
||||
</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="ibox-content">
|
||||
@ -75,7 +76,7 @@
|
||||
<th class="text-center">计费截止时间</th>
|
||||
<th class="text-center">业主姓名</th>
|
||||
<th class="text-center">联系电话</th>
|
||||
<th class="text-center">状态</th>
|
||||
<!-- <th class="text-center">状态</th> -->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -87,11 +88,11 @@
|
||||
<td class="text-center">{{billOwe.deadlineTime}}</td>
|
||||
<td class="text-center">{{billOwe.ownerName}}</td>
|
||||
<td class="text-center">{{billOwe.ownerTel}}</td>
|
||||
<td class="text-center">
|
||||
<!-- <td class="text-center">
|
||||
<span class="badge badge-success" v-if="billOwe.state == '2000'">已缴费</span>
|
||||
<span class="badge badge-danger" v-else>未交费</span>
|
||||
</td>
|
||||
|
||||
</td> -->
|
||||
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user