Commit 2755dbb9 authored by liudong1993's avatar liudong1993

1

parent 6d2705ae
......@@ -29,7 +29,8 @@
<table border="1" class="czBillModule _border_color_b Receipt_table" bordercolor="#c94052" style="border-collapse:collapse;width: 100%;" v-loading='loading'>
<tr>
<th>单号</th>
<th width="300px">付款对象</th>
<th>公司</th>
<th width="250px">付款对象</th>
<th>原币</th>
<th>本位币</th>
<th>状态</th>
......@@ -38,7 +39,10 @@
<tr class="_color_b" v-for="(item,index) in DataList" :key="index">
<td class="hover_text" @click="goDetail(item.FrID)" ><span>{{item.FrID}}</span></td>
<td>
<div style="width: 300px;">
{{item.BranchName}}
</td>
<td>
<div style="width: 250px;">
{{item.RemitterName}}
</div>
</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