From ad70f145e8bea957b41043b4a1e37ce37cc5ed1e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 16 一月 2024 18:39:24 +0800 Subject: [PATCH] 指标完成 --- src/views/patient/patient/behospitalized.vue | 23 ++++++++++------------- 1 files changed, 10 insertions(+), 13 deletions(-) diff --git a/src/views/patient/patient/behospitalized.vue b/src/views/patient/patient/behospitalized.vue index 158b5cf..e497607 100644 --- a/src/views/patient/patient/behospitalized.vue +++ b/src/views/patient/patient/behospitalized.vue @@ -166,10 +166,17 @@ > <el-table-column type="selection" width="50" align="center" /> <el-table-column + fixed label="搴忓彿" align="center" key="patid" prop="patid" + /><el-table-column + fixed + label="鎮h�呭鍚�" + align="center" + key="name" + prop="name" /> <el-table-column label="搴婁綅鍙�" @@ -183,12 +190,7 @@ key="Patientnumber" prop="Patientnumber" /> - <el-table-column - label="鎮h�呭鍚�" - align="center" - key="name" - prop="name" - /> + <el-table-column label="鎬у埆" align="center" key="sex" prop="sex"> <template slot-scope="scope"> <span>{{ scope.row.sex == 1 ? "鐢�" : "濂�" }}</span> @@ -290,6 +292,7 @@ /> <el-table-column label="鎿嶄綔" + fixed="right" align="center" width="160" class-name="small-padding fixed-width" @@ -544,13 +547,7 @@ <script> import { delUser } from "@/api/system/user"; -import { - listpat_archive, - getpat_archive, - addpat_archive, - updatepat_archive, - delpat_archive, -} from "@/api/smartorpor/pat_archive"; + import { messagelistpatient, alterpatient, -- Gitblit v1.9.3