|
@@ -15,7 +15,7 @@
|
|
|
<template slot-scope="scope">{{unit2TenThousand(scope.row.pure_day_sale)}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="本日毛利润" prop="pure_day_profit">
|
|
|
- <template slot-scope="scope">{{scope.row.pure_day_profit}}</template>
|
|
|
+ <template slot-scope="scope">{{unit2TenThousand(scope.row.pure_day_profit)}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="本日毛利率" prop="pure_day_interest_rate">
|
|
|
<template slot-scope="scope">{{Number(scope.row.pure_day_interest_rate || 0).toFixed(2) + '%'}}</template>
|