Commit 548745eb by qinjianhui

fix: 问题修改

parent c866cf85
...@@ -296,21 +296,23 @@ ...@@ -296,21 +296,23 @@
</ElTabPane> </ElTabPane>
<ElTabPane label="审核意见" name="four"> <ElTabPane label="审核意见" name="four">
<div class="audit-opinion"> <div class="audit-opinion">
<div <template v-for="(item, index) in versionList" :key="index">
v-for="(item, index) in versionList" <div
:key="index" v-if="item.examineImages.length"
class="opinion_version" :key="index"
> class="opinion_version"
<p> >
{{ item.updateTime }} <p>
{{ item.examinePeopleName }} 审核了样版,版本为{{ {{ item.updateTime }}
item.version {{ item.examinePeopleName }} 审核了样版,版本为{{
}},审核结果为【{{ item.state == 2 ? '通过 】' : '' item.version
}}{{ item.state == 3 ? '不通过】' : '' }} }},审核结果为【{{ item.state == 2 ? '通过 】' : ''
,审核意见如下: }}{{ item.state == 3 ? '不通过】' : '' }}
</p> ,审核意见如下:
<p v-dompurify-html="item.opinion"></p> </p>
</div> <p v-dompurify-html="item.opinion"></p>
</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