已收金额字段调整

This commit is contained in:
wuteng 2025-09-29 11:49:38 +08:00
parent 0ad4a79f82
commit 9a88c757ac

View File

@ -197,7 +197,7 @@
</el-table-column>
<el-table-column prop="hasApplyFee" :label="$t('已收金额')" align="center" width="100">
<template slot-scope="scope">
{{scope.row.hasApplyFee}}
{{scope.row.recedMoney}}
</template>
</el-table-column>
<el-table-column prop="openBillMoney" :label="$t('开票金额')" align="center" width="100">