|
@@ -179,7 +179,7 @@
|
|
|
{{ scope.row.type.desc }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="实时毛利" prop="type" min-width="80">
|
|
|
+ <!-- <el-table-column label="实时毛利" prop="type" min-width="80">
|
|
|
<template slot-scope="scope">
|
|
|
<div>¥{{ $numberFormat(scope.row.realTimeGrossProfit) }}</div>
|
|
|
</template>
|
|
@@ -188,7 +188,7 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div>¥{{ $numberFormat(scope.row.finalGrossProfit) }}</div>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column> -->
|
|
|
<el-table-column label="采购单价" prop="pkgSalePrice" min-width="100" sortable="custom">
|
|
|
<template slot-scope="scope">
|
|
|
<div>¥{{ $numberFormat(scope.row.pkgSalePrice) }}/包</div>
|