Commit 548745eb by qinjianhui

fix: 问题修改

parent c866cf85
...@@ -296,8 +296,9 @@ ...@@ -296,8 +296,9 @@
</ElTabPane> </ElTabPane>
<ElTabPane label="审核意见" name="four"> <ElTabPane label="审核意见" name="four">
<div class="audit-opinion"> <div class="audit-opinion">
<template v-for="(item, index) in versionList" :key="index">
<div <div
v-for="(item, index) in versionList" v-if="item.examineImages.length"
:key="index" :key="index"
class="opinion_version" class="opinion_version"
> >
...@@ -311,6 +312,7 @@ ...@@ -311,6 +312,7 @@
</p> </p>
<p v-dompurify-html="item.opinion"></p> <p v-dompurify-html="item.opinion"></p>
</div> </div>
</template>
</div> </div>
</ElTabPane> </ElTabPane>
</ElTabs> </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