refactor(BaTable):单元格 image 渲染器仅在有值时才渲染

This commit is contained in:
妙码生花 2024-10-15 11:43:44 +08:00
parent 47f8ab0c9d
commit 2869620d54

View File

@ -1,6 +1,7 @@
<template>
<div>
<el-image
v-if="cellValue"
:hide-on-click-modal="true"
:preview-teleported="true"
:preview-src-list="[fullUrl(cellValue)]"