更改传参
This commit is contained in:
+1
-1
@@ -190,7 +190,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<!-- <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.sarState === 0">符合</div>
|
<div v-if="scope.row.unCount === '0'">符合</div>
|
||||||
<div v-else >不符合</div>
|
<div v-else >不符合</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user