Commit 64c8a62f authored by 黄媛媛's avatar 黄媛媛

update

parent 6bd7abc3
...@@ -177,6 +177,7 @@ ...@@ -177,6 +177,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>
...@@ -187,6 +188,7 @@ ...@@ -187,6 +188,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.ID}}</td>
<td>{{item.Alias}}</td> <td>{{item.Alias}}</td>
<td>{{item.AccountName}}</td> <td>{{item.AccountName}}</td>
<td>{{item.OpeningBank}}</td> <td>{{item.OpeningBank}}</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