更改传参

This commit is contained in:
宋伟佳
2021-12-02 10:18:57 +08:00
parent e15803f099
commit 9dd767c50d
@@ -190,7 +190,7 @@
<template slot-scope="scope">
<!-- <el-button @click="changeState(scope.row)">符合性状态</el-button>-->
<div class="table-jump" @click="changeState(scope.row)">
<div v-if="scope.row.sarState === 0">符合</div>
<div v-if="scope.row.unCount === '0'">符合</div>
<div v-else >不符合</div>
</div>
</template>