修复bug
This commit is contained in:
parent
cee96dbf02
commit
a240e00e25
@ -286,7 +286,8 @@
|
||||
<el-table-column prop="price" label="商品售价" min-width="90" />
|
||||
<el-table-column prop="svip_price" label="批发价" min-width="90">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.procure_price || "-" }}</span>
|
||||
<span v-if="scope.row.attrValue && scope.row.attrValue[0].procure_price && +scope.row.attrValue[0].procure_price>0">{{ scope.row.attrValue[0].procure_price }}</span>
|
||||
<span v-else>{{ "-" }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<!-- <el-table-column prop="svip_price" label="会员价" min-width="90">
|
||||
|
Loading…
x
Reference in New Issue
Block a user