Commit 1af80e91 authored by dcy's avatar dcy

客户投诉页面修改

parent 92d62e15
...@@ -85,8 +85,9 @@ ...@@ -85,8 +85,9 @@
</el-table-column> </el-table-column>
<el-table-column :label="$t('赔付金额')" align="center" prop="handleAt" width="180"> <el-table-column :label="$t('赔付金额')" align="center" prop="handleAt" width="180">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.indemnity || '0.00'}} {{ scope.row.status === 3 ? scope.row.indemnity : '/'}}
<dict-tag <dict-tag
v-if="scope.row.status === 3"
:value="scope.row.currencyUnit" :value="scope.row.currencyUnit"
:type="DICT_TYPE.COMMISSION_CURRENCY_TYPE"></dict-tag> :type="DICT_TYPE.COMMISSION_CURRENCY_TYPE"></dict-tag>
</template> </template>
......
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