| | |
| | | > |
| | | <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> |
| | |
| | | autosize |
| | | v-model="scope.row.conclusion" |
| | | autocomplete="off" |
| | | placeholder="请输入检测结果" |
| | | placeholder="请输入结果结论" |
| | | disabled |
| | | ></el-input> |
| | | </template> |
| | |
| | | return ""; |
| | | }, |
| | | getbzlist() { |
| | | this.loading = true; |
| | | getDeptAdvice(this.queryParam1).then((response) => { |
| | | this.deptAdviceList = response.data.list; |
| | | |
| | | if(response.data.list){ |
| | | this.deptAdviceList = response.data.list; |
| | | this.loading = false |
| | | } |
| | | |
| | | this.total1 = response.data.total; |
| | | }); |
| | | }, |
| | |
| | | // this.doctorName = item.nickName |
| | | // } |
| | | // }) |
| | | }, |
| | | |
| | | changDesc(item){ |
| | | console.log(item) |
| | | if(item.exceptionDesc == true){ |
| | | item.conclusion = "异常" |
| | | }else{ |
| | | item.conclusion = "正常" |
| | | } |
| | | }, |
| | | |
| | | myclass(row, column, rowIndex, columnIndex) { |
| | |
| | | tjNumber: this.tjNumber, |
| | | proParentId: this.nums, |
| | | }; |
| | | this.loading = true; |
| | | getParentId(data).then((response) => { |
| | | this.proParentList = response.data; |
| | | this.value = []; |