|
@@ -91,7 +91,7 @@
|
|
|
<template slot-scope='{row}'>{{row.sl>=0?row.sl:'--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='cost' label='费用(万元)' width='80' align='right' show-overflow-tooltip resizable>
|
|
|
- <template slot-scope='{row}'>{{number_format(row.cost,2) || '--'}}</template>
|
|
|
+ <template slot-scope='{row}'>{{row.cost || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='source' label='费用出处' show-overflow-tooltip resizable width='100'>
|
|
|
<template slot-scope='{row}'>{{row.source || '--'}}</template>
|