We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e014c90 commit 43c3fedCopy full SHA for 43c3fed
1 file changed
ui/src/components/execution-detail-card/index.vue
@@ -595,7 +595,7 @@
595
<el-space wrap>
596
<template v-for="(f, i) in data.image_list" :key="i">
597
<el-image
598
- :src="f.url ? f.url : (f.file_id ? `./oss/file/${f.file_id}` : '')"
+ :src="f.url || (f.file_id ? `./oss/file/${f.file_id}` : '')"
599
alt=""
600
fit="cover"
601
style="width: 40px; height: 40px; display: block"
0 commit comments