更改传参
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user