From 99a916e3673b08b56c970ee0e645717dea19b2d7 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 08 四月 2025 09:13:33 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/hospital.vue | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/patient/patient/hospital.vue b/src/views/patient/patient/hospital.vue index e2d4e33..839e198 100644 --- a/src/views/patient/patient/hospital.vue +++ b/src/views/patient/patient/hospital.vue @@ -118,7 +118,7 @@ <el-table v-loading="loading" :data="userList" - height="660" + height="808" @selection-change="handleSelectionChange" > <el-table-column type="selection" width="50" align="center" /> @@ -144,8 +144,8 @@ <el-table-column label="浣忛櫌鍙�" align="center" - key="patno" - prop="patno" + key="inhospno" + prop="inhospno" width="120" /> <!-- <el-table-column @@ -390,12 +390,17 @@ import { listpatient, - particularpatient, + +} from "@/api/patient/record"; +import { + messagelistpatient, + alterpatient, addpatient, + particularpatient, deletepatient, Exporterrorpatient, toleadpatient, -} from "@/api/patient/record"; +} from "@/api/patient/homepage"; import { listtag } from "@/api/system/label"; import { getToken } from "@/utils/auth"; import Treeselect from "@riophae/vue-treeselect"; -- Gitblit v1.9.3