Commit 12d2c529 authored by liudong1993's avatar liudong1993

1

parent 84b320bb
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
<tr> <tr>
<th>{{$t('fnc.danhao')}}</th> <th>{{$t('fnc.danhao')}}</th>
<th>{{$t('sm.company')}}</th> <th>{{$t('sm.company')}}</th>
<th style="width:180px">{{$t('objFill.fukuanzhanghao')}}</th>
<th>{{$t('fnc.feiyongleixing')}}</th> <th>{{$t('fnc.feiyongleixing')}}</th>
<th>{{$t('hotel.hotel_Currency')}}</th> <th>{{$t('hotel.hotel_Currency')}}</th>
<th>{{$t('hotel.hotel_CurrentRate')}}</th> <th>{{$t('hotel.hotel_CurrentRate')}}</th>
...@@ -46,6 +47,11 @@ ...@@ -46,6 +47,11 @@
<tr class="_color_b" v-for="(item,index) in czList" :key="index"> <tr class="_color_b" v-for="(item,index) in czList" :key="index">
<td class="hover_text" @click="goDetail(item.FrID)" ><span>{{item.FrID}}</span></td> <td class="hover_text" @click="goDetail(item.FrID)" ><span>{{item.FrID}}</span></td>
<td>{{item.BranchName}}</td> <td>{{item.BranchName}}</td>
<td style="max-width: 100px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; ">
<el-tooltip class="item" effect="dark" :content="item.RemitterName+'/'+item.AccountNumber" placement="top-start">
<div>{{item.RemitterName}}/{{item.AccountNumber}}</div>
</el-tooltip>
</td>
<td>{{item.CostTypeName}}</td> <td>{{item.CostTypeName}}</td>
<td>{{item.CurrencyName}}</td> <td>{{item.CurrencyName}}</td>
<td>{{item.Rate}}</td> <td>{{item.Rate}}</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