Commit 9cbd6fad authored by zhengke's avatar zhengke

修改别名

parent b41c3338
......@@ -102,6 +102,7 @@
<div class="per-tab">
<table>
<thead>
<th>别名</th>
<th>户名</th>
<th>开户行</th>
<th>账号</th>
......@@ -112,6 +113,7 @@
</thead>
<tbody>
<tr v-for="(item, index) in rList" :key="index">
<td class="bold">{{item.Alias}}</td>
<td class="blue bold">{{item.AccountName}}</td>
<td class="bold">{{item.OpeningBank}}</td>
<td>{{item.BackNo | PNumber}}</td>
......@@ -292,7 +294,6 @@ export default {
this.RLoading=true;
this.apipost('Financial_post_GetFinanceRemittanceClaimPageList', msg, res => {
this.RLoading=false;
console.log("res",res)
if(res.data.resultCode == 1) {
this.rList = res.data.data.pageData;
} else {
......
......@@ -190,6 +190,7 @@
<table class="po_content singeRowTable" style="border:1px solid #E6E6E6;" cellspacing="0" cellpadding="0" v-loading="loading">
<tr>
<th>别名</th>
<th>户名</th>
<th>开户行</th>
<th>账号</th>
......@@ -203,6 +204,7 @@
<th>操作</th>
</tr>
<tr v-for="(item,index) in DataList" :key="index">
<td>{{item.Alias}}</td>
<td>{{item.AccountName}}</td>
<td>{{item.OpeningBank}}</td>
<td>{{item.BackNo}}</td>
......
......@@ -187,7 +187,7 @@
<th></th>
</tr>
<tr v-for="(item,index) in DataList" :key="index">
<td>{{item.OpeningBank}}</td>
<td>{{item.Alias}}</td>
<td>{{item.AccountName}}</td>
<td>{{item.OpeningBank}}</td>
<td>{{item.BackNo | PNumber}}</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