Commit a5d17990 authored by 黄奎's avatar 黄奎
parents cc81e5a7 ecbbcc88
......@@ -480,6 +480,7 @@
<el-table-column prop="" :label="$t('fnc.jine')">
<template slot-scope="scope">
<span>
<p v-if="scope.row.IsForeignCurrency==1" style="line-height:20px">原币:<span>{{scope.row.WBMoney}}{{scope.row.CurrencyName}}</span></p>
<p style="line-height:20px">{{scope.row.Type==1?$t('fnc.yingshou'):$t('fnc.yingfu')}}<span>{{scope.row.Money}}</span></p>
<p style="line-height:20px">{{scope.row.Type==1?$t('fnc.shishou'):$t('fnc.shifu')}}<span>{{scope.row.PayMoney}}</span></p>
<p v-if="scope.row.IsAdvanceFinance==1" style="line-height:20px">{{$t('objFill.balanceout')}}<span>{{scope.row.MatchMoney}}</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