修复产品列表显示bug

This commit is contained in:
lcc
2025-09-09 17:48:54 +08:00
parent 4b0563a778
commit ef2e51a48c
+1 -1
View File
@@ -167,7 +167,7 @@
<template v-slot:title="{ row }">
<div class="ele-cell-content">
<el-image
v-if="row.banner"
v-if="row.banner[0] && row.banner[0]['url']"
:src="row.banner[0]['url']"
class="table-image"
/>