金工数据分析

This commit is contained in:
zhangdingyu
2019-12-12 17:05:05 +08:00
parent e8453afd31
commit dee8d4b275
3 changed files with 163 additions and 1 deletions

View File

@@ -98,7 +98,7 @@
<!--</el-table-column>-->
<el-table-column label="应付金额" align="center" min-width="100px">
<template slot-scope="scope">
{{ parseFloat(scope.row.应付总额).toFixed(2) }}
{{ scope.row.实际付款时间 === '' ? parseFloat(scope.row.应付总额).toFixed(2) : '-' }}
</template>
</el-table-column>
<el-table-column label="扣款说明" align="center" min-width="120px">