|
@@ -150,7 +150,7 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="right" label="表体·实收金额" prop="amount" min-width="160" show-overflow-tooltip>
|
|
<el-table-column align="right" label="表体·实收金额" prop="amount" min-width="160" show-overflow-tooltip>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
- {{ scope.row.billType == 3? -scope.row.amount:scope.row.amount | numToFixed }}
|
|
|
|
|
|
+ {{ (scope.row.billType == 3 || scope.row.billType == 2)? -scope.row.amount:scope.row.amount | numToFixed }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column align="left" label="勾对" prop="" min-width="160" show-overflow-tooltip></el-table-column>
|
|
<el-table-column align="left" label="勾对" prop="" min-width="160" show-overflow-tooltip></el-table-column>
|