修改选中的抵扣券不展示商品信息

This commit is contained in:
2024-11-19 10:38:55 +08:00
parent db7c64fa8b
commit f393b91c2d

View File

@@ -964,7 +964,7 @@
</el-table-column>
<el-table-column label="商品信息" width="120">
<template v-slot="scope">
<div class="u-flex">
<div class="u-flex" v-if="scope.row.type == 2">
<div class="u-flex">
<el-image
:src="scope.row.productCover"