Commit 280129e9 authored by youjie's avatar youjie

样式调整

parent 9098566e
......@@ -1041,7 +1041,7 @@
</el-tooltip>
</template>
</el-table-column>
<el-table-column :label="$t('hotel.hotel_corrlelatition')">
<el-table-column :label="$t('hotel.hotel_corrlelatition')" min-width="200">
<template slot-scope="scope">
<div class="_number">
<template v-if="scope.row.TCIDAndTCNUMList.length>0">
......@@ -1116,7 +1116,7 @@
</div>
</template>
</el-table-column>
<el-table-column :label="$t('fnc.jine')">
<el-table-column :label="$t('fnc.jine')" width="180">
<template slot-scope="scope">
<p v-if="scope.row.IsForeignCurrency && scope.row.IsForeignCurrency ==1">{{$t('fnc.yuanbi')}}<span
class="">{{moneyFormat(scope.row.WBMoney)}}{{scope.row.CurrencyName}}</span></p>
......@@ -1126,7 +1126,7 @@
class="">{{moneyFormat(scope.row.PayMoney)}}</span></p>
</template>
</el-table-column>
<el-table-column :label="msg.Type==1? $t('fnc.shoukuan') : $t('fnc.fukuan')+$t('fnc.duixiang')">
<el-table-column :label="msg.Type==1? $t('fnc.shoukuan') : $t('fnc.fukuan')+$t('fnc.duixiang')" min-width="150">
<template slot-scope="scope">
<template v-if='scope.row.Type===1'>
<span class="_color_gar">{{$t('fnc.huikuanren')}}</span><span>{{scope.row.RemitterName}}</span>
......
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