This commit is contained in:
linfso 2025-05-29 18:03:34 +08:00
parent 83b5bbf327
commit 5765a15bd2

View File

@ -146,6 +146,11 @@
<div class="link-type" @click="handleShowNoPayBillList(scope.row,4)">{{ scope.row.noRecMoney }}</div>
</template>
</el-table-column>
<el-table-column :label="$t('理赔金额')" align="center" prop="satisfyMoney" width="100" />
<el-table-column :label="$t('折让金额')" align="center" prop="allowanceMoney" width="100" />
<el-table-column :label="$t('抵扣金额')" align="center" prop="deductionMoney" width="100" />
<el-table-column :label="$t('其它金额')" align="center" prop="otherMoney" width="100" />
<el-table-column :label="$t('收款状态')" align="center" prop="paymentStatus" width="100" >
<template slot-scope="scope">
<el-tag v-if="scope.row.paymentStatus=='0'" type="error">未收款</el-tag>