|
@@ -31,8 +31,8 @@
|
|
|
:content="e.detail"
|
|
|
placement="top"
|
|
|
>
|
|
|
- <div class="briefTit">
|
|
|
- <img class="titRoot" src="../../../assets/icon/newIcons/blueRoot.png" alt="">
|
|
|
+ <div class="briefTit" >
|
|
|
+ <img v-if="e.isai == 1 && e.isai" class="titRoot" src="../../../assets/icon/newIcons/blueRoot.png" alt="">
|
|
|
{{ e.detail }}
|
|
|
</div>
|
|
|
</el-tooltip>
|
|
@@ -52,7 +52,7 @@
|
|
|
placement="top"
|
|
|
>
|
|
|
<div class="briefTit">
|
|
|
- <img class="titRoot" src="../../../assets/icon/newIcons/blueRoot.png" alt="">
|
|
|
+ <img class="titRoot" v-if="e.isai == 1 && e.isai" src="../../../assets/icon/newIcons/blueRoot.png" alt="">
|
|
|
{{ e.detail }}
|
|
|
</div>
|
|
|
</el-tooltip>
|
|
@@ -759,7 +759,7 @@ export default {
|
|
|
// 计算可以ai评分的评价标准数量
|
|
|
let scotNum = 0
|
|
|
this.scoTitList.forEach(e=>{
|
|
|
- if (e.isai == 1) {
|
|
|
+ if (e.isai == 1 && e.isai) {
|
|
|
scotNum++
|
|
|
}
|
|
|
})
|