Skip to content

Commit ffb3e08

Browse files
fix
1 parent 4fb2edc commit ffb3e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • ui/src/components/execution-detail-card

ui/src/components/execution-detail-card/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
<el-space wrap>
596596
<template v-for="(f, i) in data.image_list" :key="i">
597597
<el-image
598-
:src="f.url || f.file_id ? `./oss/file/${f.file_id}` : ''"
598+
:src="f.url ? f.url : (f.file_id ? `./oss/file/${f.file_id}` : '')"
599599
alt=""
600600
fit="cover"
601601
style="width: 40px; height: 40px; display: block"

0 commit comments

Comments
 (0)