|
|
@@ -346,7 +346,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="auditAmount" label="审核金额" width="120">
|
|
|
<template slot-scope="scope">
|
|
|
- ¥{{ scope.row.auditAmount }}
|
|
|
+ ¥{{ (scope.row.auditAmount || 0).toFixed(2) }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="reasonDetail" label="审核说明" show-overflow-tooltip></el-table-column>
|