File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/views/mall/product/spu/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 180
180
</el-table-column >
181
181
<el-table-column align =" center" label =" 销售价(元)" min-width =" 80" >
182
182
<template #default =" { row } " >
183
- {{ formatToFraction( row.price) }}
183
+ {{ row.price }}
184
184
</template >
185
185
</el-table-column >
186
186
<el-table-column align =" center" label =" 市场价(元)" min-width =" 80" >
187
187
<template #default =" { row } " >
188
- {{ formatToFraction( row.marketPrice) }}
188
+ {{ row.marketPrice }}
189
189
</template >
190
190
</el-table-column >
191
191
<el-table-column align =" center" label =" 成本价(元)" min-width =" 80" >
192
192
<template #default =" { row } " >
193
- {{ formatToFraction( row.costPrice) }}
193
+ {{ row.costPrice }}
194
194
</template >
195
195
</el-table-column >
196
196
<el-table-column align =" center" label =" 库存" min-width =" 80" >
211
211
<template v-if =" formData ! .subCommissionType " >
212
212
<el-table-column align =" center" label =" 一级返佣(元)" min-width =" 80" >
213
213
<template #default =" { row } " >
214
- {{ formatToFraction( row.firstBrokeragePrice) }}
214
+ {{ row.firstBrokeragePrice }}
215
215
</template >
216
216
</el-table-column >
217
217
<el-table-column align =" center" label =" 二级返佣(元)" min-width =" 80" >
218
218
<template #default =" { row } " >
219
- {{ formatToFraction( row.secondBrokeragePrice) }}
219
+ {{ row.secondBrokeragePrice }}
220
220
</template >
221
221
</el-table-column >
222
222
</template >
You can’t perform that action at this time.
0 commit comments