|
@@ -83,11 +83,11 @@
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthReturn,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="销售合计(净)" align="center" min-width="105px">
|
|
|
+ <el-table-column label="销售合计" align="center" min-width="105px">
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthSaleAmount,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
|
|
|
- <el-table-column label="当月成本" align="center" min-width="105px">
|
|
|
+ <el-table-column label="当月成本(净)" align="center" min-width="105px">
|
|
|
<template slot-scope="scope">{{ unit2TenThousand(scope.row.monthCost,isTenThound) }}</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|