| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-checkbox |
| | | v-model="scope.row.exceptionDesc" |
| | | v-model="scope.row.exceptionDesc" @change="changDesc(scope.row)" |
| | | ></el-checkbox> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-checkbox |
| | | v-model="scope.row.exceptionDesc" |
| | | v-model="scope.row.exceptionDesc" |
| | | ></el-checkbox> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | handleClose() { |
| | | this.$tab.refreshPage(); |
| | | }, |
| | | |
| | | |
| | | changDesc(item){ |
| | | console.log(item) |
| | | if(item.exceptionDesc == true){ |
| | | item.conclusion = "异常" |
| | | }else{ |
| | | item.conclusion = "正常" |
| | | } |
| | | }, |
| | | handleClose1() { |
| | | this.jianqians = false; |
| | | }, |