Commit 9bdf5b37 authored by zs嵩's avatar zs嵩

7

parent c795cbfd
...@@ -229,8 +229,8 @@ ...@@ -229,8 +229,8 @@
<el-table-column :label="$t('额外费用')" align="center"> <el-table-column :label="$t('额外费用')" align="center">
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<div v-for="(item, feeIndex) in row.costVO.feeDtoList" :key="feeIndex"> <div v-for="(item, feeIndex) in row.costVO.feeDtoList" :key="feeIndex">
<div v-if="item.amount"> <div v-if="item.amount && item.feeType !== 1 && item.feeType !== 2">
<dict-tag :type="DICT_TYPE.ECW_COST_FEE_TYPE" :value="item.feeType" /> <dict-tag :type="DICT_TYPE.FEE_TYPE" :value="item.feeType" />
{{ item.amount }} {{ currencyMap[item.currencyId] }} {{ item.amount }} {{ currencyMap[item.currencyId] }}
</div> </div>
</div> </div>
......
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