更新
This commit is contained in:
@@ -136,7 +136,7 @@
|
||||
{{ scope.row.开票时间 ? scope.row.开票时间.split(' ')[0] : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="开票金额" width="100px" prop="到票金额">
|
||||
<el-table-column align="center" label="到票金额" width="100px" prop="到票金额">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.开票金额.toFixed(2) }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user