Commit f6af76c2 by qinjianhui

fix: 问题修改

parent 548745eb
...@@ -298,7 +298,7 @@ ...@@ -298,7 +298,7 @@
<div class="audit-opinion"> <div class="audit-opinion">
<template v-for="(item, index) in versionList" :key="index"> <template v-for="(item, index) in versionList" :key="index">
<div <div
v-if="item.examineImages.length" v-if="item.examineImages.length && item.opinion"
:key="index" :key="index"
class="opinion_version" class="opinion_version"
> >
......
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