This commit is contained in:
xiaozhiyong
2023-03-01 16:42:36 +08:00
parent 0b9076df67
commit 56cf799cfb
7 changed files with 37 additions and 11 deletions

View File

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