From 69e2baf5518079bfc16cfadc2fb29842fb3de85d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 14 一月 2020 21:02:48 +0800
Subject: [PATCH] 加入userName
---
WebService/src/main/resources/components/feePackage/parkingSpace-fee/parkingSpaceFee.html | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/WebService/src/main/resources/components/feePackage/parkingSpace-fee/parkingSpaceFee.html b/WebService/src/main/resources/components/feePackage/parkingSpace-fee/parkingSpaceFee.html
index 07bf639..66ad111 100644
--- a/WebService/src/main/resources/components/feePackage/parkingSpace-fee/parkingSpaceFee.html
+++ b/WebService/src/main/resources/components/feePackage/parkingSpace-fee/parkingSpaceFee.html
@@ -1,4 +1,4 @@
-<div id="component" >
+<div id="component">
<vc:create name="viewMainParkingSpaceFee"
feeName="鍋滆溅璐�"
payName="propertyPay"
@@ -13,13 +13,15 @@
<div class="row">
<div class="col-sm-3 input-group">
- <input size="16" type="text" placeholder="璇烽�夋嫨寮�濮嬫椂闂�" readonly class="form-control form-control-sm start_time">
+ <input size="16" type="text" placeholder="璇烽�夋嫨寮�濮嬫椂闂�" readonly
+ class="form-control form-control-sm start_time">
</div>
<div class="col-sm-2">
</div>
<div class="col-sm-3 input-group">
- <input size="16" type="text" placeholder="璇烽�夋嫨缁撴潫鏃堕棿" readonly class="form-control form-control-sm end_time">
+ <input size="16" type="text" placeholder="璇烽�夋嫨缁撴潫鏃堕棿" readonly
+ class="form-control form-control-sm end_time">
</div>
<div class="col-sm-2">
@@ -28,20 +30,22 @@
<div class="col-sm-2">
<button type="button" class="btn btn-primary btn-sm" v-on:click="queryFeeDetailMethod()">
- <i class="glyphicon glyphicon-search"></i> 椹笂鏌ヨ</button>
+ <i class="glyphicon glyphicon-search"></i> 椹笂鏌ヨ
+ </button>
</div>
- </div>
+ </div>
- <table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px" data-page-size="10">
+ <table class="footable table table-stripped toggle-arrow-tiny" style="margin-top:10px"
+ data-page-size="10">
<thead>
<tr>
<th>缂磋垂ID</th>
- <th data-hide="phone" v-if="feeDetailInfo.amount != '-1.00'">鍛ㄦ湡</th>
+ <th data-hide="phone" v-if="feeDetailInfo.amount == '-1.00'">鍛ㄦ湡</th>
<th data-hide="phone">搴旀敹閲戦</th>
<th data-hide="phone">瀹炴敹閲戦</th>
<th data-hide="phone">鎵撴姌鐜�</th>
- <th data-hide="phone" >澶囨敞</th>
+ <th data-hide="phone">澶囨敞</th>
<th data-hide="phone">缂磋垂鏃堕棿</th>
</tr>
</thead>
@@ -50,7 +54,7 @@
<td>
{{feeDetail.detailId}}
</td>
- <td v-if="feeDetailInfo.amount != '-1.00'">
+ <td v-if="feeDetailInfo.amount == '-1.00'">
{{feeDetail.cycles}} 鏈�
</td>
<td>
--
Gitblit v1.8.0