| | |
| | | </div> |
| | | </div> |
| | | </el-col> |
| | | <el-col :span="6" v-if="reportHistorydata.length >= 1"> |
| | | <el-table v-loading="loading" :data="reportHistorydata" border style="margin-top: 46px;"> |
| | | <el-table-column prop="createTime" label="检测时间"> |
| | | </el-table-column> |
| | | <el-table-column label="操作" align="center" width="130px"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="primary" icon="el-icon-share" size="mini" @click="handlecan(scope.row)" |
| | | title="查看"></el-button> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </el-col> |
| | | <el-col :span="6" v-else> |
| | | <div>暂无历史报告</div> |
| | | <el-col :span="6"> |
| | | <Historicalreport :reportHistorydata="reportHistorydata"></Historicalreport> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | |
| | | import Public from "@/components/public"; |
| | | import { getPdf } from "@/api/hosp/order"; |
| | | import { getInfo } from "@/api/login"; |
| | | import Historicalreport from "@/components/Historicalreport"; |
| | | import { |
| | | getProList, |
| | | getSons, |
| | |
| | | export default { |
| | | dicts: ["sys_user_sex", "sys_yes_no", "tj_result_type", "lj_positive"], |
| | | name: "check", |
| | | components: { Public }, |
| | | components: { Public ,Historicalreport}, |
| | | data() { |
| | | return { |
| | | selected: false, |
| | |
| | | |
| | | // 搜索 |
| | | submitForm() { |
| | | this.queryParams.pageNum = 1; |
| | | this.queryParams.page = 1; |
| | | this.getList(); |
| | | // this.loading = true; |
| | | // (this.queryParams = { |
| | |
| | | if (this.proParentList.xiaoJie.length != 0) { |
| | | this.Parent.forEach((item3) => { |
| | | if (item3.proId === this.nums) { |
| | | this.proParentList.remark = item.remark; |
| | | this.proParentList.remark = item3.remark; |
| | | } |
| | | }); |
| | | } else { |