Commit 280129e9 authored by youjie's avatar youjie

样式调整

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