mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Execution details image understanding image display
This commit is contained in:
parent
c0b602b2a4
commit
ea07ccbcf1
|
|
@ -541,7 +541,7 @@
|
|||
<el-space wrap>
|
||||
<template v-for="(f, i) in data.image_list" :key="i">
|
||||
<el-image
|
||||
:src="f.url"
|
||||
:src="f.url || f.file_id ? `./oss/file/${f.file_id}` : ''"
|
||||
alt=""
|
||||
fit="cover"
|
||||
style="width: 40px; height: 40px; display: block"
|
||||
|
|
|
|||
Loading…
Reference in New Issue