Skip to content

Commit 43c3fed

Browse files
小调整
1 parent e014c90 commit 43c3fed

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.url : (f.file_id ? `./oss/file/${f.file_id}` : '')"
598+
:src="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)