Merge pull request '已收金额字段调整' (#109) from master-dev into master

Reviewed-on: http://git.xdadan.loc/tanex/emis-frontend/pulls/109
This commit is contained in:
wuteng 2025-09-29 13:53:29 +08:00
commit ce7c906bb5

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">