Commit 9cbd6fad authored by zhengke's avatar zhengke

修改别名

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