修复bug

This commit is contained in:
weipengfei 2024-01-06 15:44:58 +08:00
parent cee96dbf02
commit a240e00e25

View File

@ -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">