This commit is contained in:
liushuai
2020-01-01 19:21:42 +08:00
parent d30942c89e
commit 15f2cbf774
6 changed files with 1005 additions and 9 deletions

View File

@@ -144,7 +144,7 @@
</el-table-column>
<el-table-column label="金额" align="center" width="80" prop="到货金额">
<template slot-scope="scope">
{{ scope.row.到货金额 }}
{{ scope.row.到货金额.toFixed(2) }}
</template>
</el-table-column>
<el-table-column min-width="100" align="center" label="操作">
@@ -204,7 +204,7 @@
</el-table-column>
<el-table-column label="金额" align="center">
<template slot-scope="scope">
{{ scope.row.到货金额 }}
{{ scope.row.到货金额.toFixed(2) }}
</template>
</el-table-column>
</el-table>
@@ -232,7 +232,7 @@
</el-table-column>
<el-table-column label="金额" align="center">
<template slot-scope="scope">
{{ scope.row.到货金额 }}
{{ scope.row.到货金额.toFixed(2) }}
</template>
</el-table-column>
</el-table>