Commit 34e6aeae authored by liudong1993's avatar liudong1993

1

parent f25c0b4b
......@@ -1102,6 +1102,8 @@
</template>
</td>
<td>
<p v-if="item.IsForeignCurrency && item.IsForeignCurrency ==1">{{$t('fnc.yuanbi')}}<span
class="">{{moneyFormat(item.WBMoney)}}{{item.CurrencyName}}</span></p>
<p>{{item.Type==1 ? $t('fnc.yingshou') : $t('fnc.yingfu') }}<span
class="">{{moneyFormat(item.Money)}}</span></p>
<p>{{item.Type==1 ? $t('fnc.shishou') : $t('fnc.shifu') }}<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