合规评估结果展示bug 51872
This commit is contained in:
+1
-1
@@ -191,7 +191,7 @@
|
|||||||
<!-- <el-button @click="changeState(scope.row)">符合性状态</el-button>-->
|
<!-- <el-button @click="changeState(scope.row)">符合性状态</el-button>-->
|
||||||
<div class="table-jump" @click="changeState(scope.row)">
|
<div class="table-jump" @click="changeState(scope.row)">
|
||||||
<div v-if="scope.row.unCount === '0'">符合</div>
|
<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 v-else >不符合</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user