fix: Execution details image understanding image display

This commit is contained in:
wangdan-fit2cloud 2025-12-11 15:50:43 +08:00
parent c0b602b2a4
commit ea07ccbcf1

View File

@ -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"