From 7f95ba9ac493c69d7bf913d7b925c087fb3a0490 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期四, 07 十二月 2023 18:04:57 +0800 Subject: [PATCH] qxtj --- src/views/doctor/check/index.vue | 23 ++++++----------------- 1 files changed, 6 insertions(+), 17 deletions(-) diff --git a/src/views/doctor/check/index.vue b/src/views/doctor/check/index.vue index 191b98f..49aa703 100644 --- a/src/views/doctor/check/index.vue +++ b/src/views/doctor/check/index.vue @@ -372,20 +372,8 @@ </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> @@ -439,6 +427,7 @@ import Public from "@/components/public"; import { getPdf } from "@/api/hosp/order"; import { getInfo } from "@/api/login"; +import Historicalreport from "@/components/Historicalreport"; import { getProList, getSons, @@ -461,7 +450,7 @@ 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, @@ -752,7 +741,7 @@ // 鎼滅储 submitForm() { - this.queryParams.pageNum = 1; + this.queryParams.page = 1; this.getList(); // this.loading = true; // (this.queryParams = { @@ -1132,7 +1121,7 @@ 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 { -- Gitblit v1.8.0