This commit is contained in:
liuye
2023-05-12 15:40:11 +08:00
parent c9d6b0dd14
commit 568c560e61
2 changed files with 1 additions and 2 deletions

View File

@@ -205,7 +205,6 @@ export default {
systemExplain: `${v.evaluation.createUserName}完成评价 (${v.evaluation.score}星评价)`,
doTime: v.evaluation.createTime,
doExplain: v.evaluation.rateText,
annex: v.evaluation.files,
} : null, v.processList].flat().filter(Boolean)
},

View File

@@ -11,7 +11,7 @@
<ai-info-item label="评价详情" is-line>
<div class="mar-b8" v-html="detail.content"/>
<div flex class="wrap">
<el-images v-for="op in annex" :key="op.id" :src="op.url" :preview-src-list="[op.url]" lazy class="mar-b8 mar-r8"/>
<el-image v-for="op in annex" :key="op.id" :src="op.url" :preview-src-list="[op.url]" lazy class="mar-b8 mar-r8"/>
</div>
</ai-info-item>
</ai-wrapper>