mirror of
https://gitee.com/wonderful-code/buildadmin
synced 2024-11-21 14:41:29 +00:00
refactor(BaTable):单元格 image 渲染器仅在有值时才渲染
This commit is contained in:
parent
47f8ab0c9d
commit
2869620d54
@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<div>
|
||||
<el-image
|
||||
v-if="cellValue"
|
||||
:hide-on-click-modal="true"
|
||||
:preview-teleported="true"
|
||||
:preview-src-list="[fullUrl(cellValue)]"
|
||||
|
Loading…
Reference in New Issue
Block a user