Commit 548745eb by qinjianhui

fix: 问题修改

parent c866cf85
......@@ -296,8 +296,9 @@
</ElTabPane>
<ElTabPane label="审核意见" name="four">
<div class="audit-opinion">
<template v-for="(item, index) in versionList" :key="index">
<div
v-for="(item, index) in versionList"
v-if="item.examineImages.length"
:key="index"
class="opinion_version"
>
......@@ -311,6 +312,7 @@
</p>
<p v-dompurify-html="item.opinion"></p>
</div>
</template>
</div>
</ElTabPane>
</ElTabs>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment