| | |
| | | </el-radio-group> |
| | | </div> |
| | | </template> |
| | | |
| | | <el-table :data="proParentList.sons" border height="460px" style="width: 96%; margin: 10px 10px"> |
| | | <el-table v-loading="loading" :data="proParentList.sons" border height="460px" style="width: 96%; margin: 10px 10px"> |
| | | <el-table-column prop="project.proName" label="检测项目" width="150"> |
| | | <!-- <template slot-scope="scope"> |
| | | {{ scope.row.project.proName }} |
| | |
| | | // this.$refs.aaa.open = true; |
| | | // this.$refs.aaa.getList(); |
| | | }, |
| | | // 规则 |
| | | handleguize(row) { |
| | | // 规则 |
| | | handleguize(row) { |
| | | this.row = row |
| | | this.$refs.aaa.open = true; |
| | | this.$refs.aaa.title = "诊断结果结论"; |
| | | this.$refs.aaa.getList(this.row); |
| | | }, |
| | | |
| | |
| | | this.submitForm(); |
| | | }, |
| | | |
| | | // 点击详情 |
| | | handleClick(row) { |
| | | // 点击详情 |
| | | handleClick(row) { |
| | | this.loading = true; |
| | | this.drawer = true; |
| | | this.tableAll = row; |
| | | if (this.tableAll.cusSex === 0) { |
| | |
| | | }; |
| | | getParentId(data).then((response) => { |
| | | this.proParentList = response.data; |
| | | this.loading = false; |
| | | this.value = []; |
| | | if (this.proParentList.xiaoJie.length != 0) { |
| | | this.proParentList.xiaoJie.forEach((item2) => { |