|
@@ -224,7 +224,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="可支出金额" align="center">
|
|
|
<template #default="scope">
|
|
|
- {{rowNum((Number(scope.row.reallyAmount) || 0) - (Number(scope.row.payment) || 0)) - (Number(scope.row.reviewAmount || 0))}}
|
|
|
+ {{rowNum((Number(scope.row.reallyAmount) || 0) - (Number(scope.row.payment) || 0))}}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="本次支出金额" prop="paymentAmount" width="100" align="center">
|