| | |
| | | this.list = selection |
| | | this.form.desc = "" |
| | | this.list.forEach(element => { |
| | | this.form.desc += element.bingzhong + "," |
| | | if( element.bingzhong){ |
| | | this.form.desc += element.bingzhong + "," |
| | | }else{ |
| | | this.form.desc += element.ruleStr + "," |
| | | } |
| | | }); |
| | | }, |
| | | handleOk() { |
New file |
| | |
| | | Subproject commit 0000000000000000000000000000000000000000 |
| | | Subproject commit 184a7b7913178e43a0de7a442593ef0551daa7dc |
| | |
| | | > |
| | | <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; |
| | | }, |