|
|
@ -99,23 +99,17 @@ |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="refineryLevel" label="成本价" width="70"> |
|
|
|
<el-table-column prop="refineryLevel" label="成本价" width="70"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
{{ row.floorPrice | toNumberFixed }}/{{ |
|
|
|
{{ row.floorPrice | toNumberFixed }}/{{ row.measurement }} |
|
|
|
row.measurement | toNumberFixed |
|
|
|
|
|
|
|
}} |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="refineryLevel" label="企业销售价" width="100"> |
|
|
|
<el-table-column prop="refineryLevel" label="企业销售价" width="100"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
{{ row.salePrice2company | toNumberFixed }}/{{ |
|
|
|
{{ row.salePrice2company | toNumberFixed }}/{{ row.measurement }} |
|
|
|
row.measurement | toNumberFixed |
|
|
|
|
|
|
|
}} |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column prop="refineryLevel" label="个人销售价" width="100"> |
|
|
|
<el-table-column prop="refineryLevel" label="个人销售价" width="100"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
<template slot-scope="{ row }"> |
|
|
|
{{ row.salePrice2personal | toNumberFixed }}/{{ |
|
|
|
{{ row.salePrice2personal | toNumberFixed }}/{{ row.measurement }} |
|
|
|
row.measurement | toNumberFixed |
|
|
|
|
|
|
|
}} |
|
|
|
|
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="时间" width="235"> |
|
|
|
<el-table-column label="时间" width="235"> |
|
|
|