Commit 011c3c5c authored by 黄媛媛's avatar 黄媛媛

111

parent ce1bf31e
...@@ -214,10 +214,8 @@ ...@@ -214,10 +214,8 @@
<tr> <tr>
<th>编号</th> <th>编号</th>
<th>类型</th> <th>类型</th>
<th>别名</th> <th>别名/户名</th>
<th>户名</th> <th>开户行/账号</th>
<th>开户行</th>
<th>账号</th>
<th>交易时间</th> <th>交易时间</th>
<th></th> <th></th>
<th></th> <th></th>
...@@ -235,10 +233,12 @@ ...@@ -235,10 +233,12 @@
<span v-if="item.BankType==1">银行</span> <span v-if="item.BankType==1">银行</span>
<span v-if="item.BankType==2">平台</span> <span v-if="item.BankType==2">平台</span>
</td> </td>
<td>{{item.Alias}}</td> <td>{{item.Alias}}
<td>{{item.AccountName}}</td> <p>{{item.AccountName}}</p>
<td>{{item.OpeningBank}}</td> </td>
<td>{{item.BackNo}}</td> <td>{{item.OpeningBank}}
<p>{{item.BackNo}}</p>
</td>
<td>{{item.TradeDate}}</td> <td>{{item.TradeDate}}</td>
<td>{{item.Income}}</td> <td>{{item.Income}}</td>
<td>{{item.Refund}}</td> <td>{{item.Refund}}</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment