合规评估结果展示bug 51872

This commit is contained in:
宋伟佳
2022-03-18 09:56:46 +08:00
parent 139127a22f
commit db072b5d62
@@ -191,7 +191,7 @@
<!-- <el-button @click="changeState(scope.row)">符合性状态</el-button>-->
<div class="table-jump" @click="changeState(scope.row)">
<div v-if="scope.row.unCount === '0'">符合</div>
<div v-if="scope.row.unCount === '-1'">不涉及</div>
<div v-else-if="scope.row.unCount === '-1'">不涉及</div>
<div v-else >不符合</div>
</div>
</template>