From d27e3ada8f1e9c005747988e9bf2519fcd6da21a Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期一, 09 九月 2024 12:45:44 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/physical.vue | 62 ++++++++++++++---------------- 1 files changed, 29 insertions(+), 33 deletions(-) diff --git a/src/views/patient/patient/physical.vue b/src/views/patient/patient/physical.vue index 39c8821..aab929e 100644 --- a/src/views/patient/patient/physical.vue +++ b/src/views/patient/patient/physical.vue @@ -162,17 +162,18 @@ <el-table-column type="selection" width="50" align="center" /> <el-table-column label="搴忓彿" + fixed align="center" - key="patid" - prop="patid" + key="id" + prop="id" /> + <el-table-column label="濮撳悕" fixed align="center" key="patname" prop="patname" /> <el-table-column label="浣撴缂栧彿" align="center" - key="Patientnumber" - prop="Patientnumber" + key="projectcode" + prop="projectcode" /> - <el-table-column label="濮撳悕" 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> @@ -186,14 +187,14 @@ width="120" /> <el-table-column - label="鑱旂郴鐢佃瘽" + label="鑱旂郴鐢佃瘽锛堢己锛�" align="center" key="telephone" prop="telephone" width="120" /> <el-table-column - label="鎮h�呮爣绛�" + label="鎮h�呮爣绛撅紙缂猴級" align="center" key="tagList" prop="tagList" @@ -207,12 +208,12 @@ <el-table-column label="浣撴濂楅" align="center" - key="combo" - prop="combo" + key="projectname " + prop="projectname " width="120" /> <el-table-column - label="浣撴绫诲瀷" + label="浣撴绫诲瀷锛堢己锛�" align="center" key="idcardtype" prop="idcardtype" @@ -221,12 +222,12 @@ <el-table-column label="浣撴鐘舵��" align="center" - key="telcode" - prop="telcode" + key="state" + prop="state" width="120" /> <el-table-column - label="浣撴鎶ュ憡" + label="浣撴鎶ュ憡锛堝緟瀹氾級" align="center" key="idcardno" prop="idcardno" @@ -236,23 +237,23 @@ <el-table-column label="绉戝" align="center" - key="telcode" - prop="telcode" + key="hospitalname" + prop="hospitalname" width="120" /> <el-table-column label="鍖荤敓" align="center" - key="telcode" - prop="telcode" + key="drname" + prop="drname" width="120" /> <el-table-column label="灏辫瘖鏃堕棿" align="center" - key="archivetime" - prop="archivetime" + key="createTime" + prop="createTime" width="160" > <template slot-scope="scope"> @@ -271,6 +272,7 @@ </el-table-column> <el-table-column label="鎿嶄綔" + fixed="right" align="center" width="160" class-name="small-padding fixed-width" @@ -525,22 +527,16 @@ <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, - addpatient, - particularpatient, - deletepatient, + listPatphysical, + getPatphysical, + addPatphysical, + updatePatphysical, + delPatphysical, Exporterrorpatient, toleadpatient, -} from "@/api/patient/homepage"; +} from "@/api/smartor/patphysical"; import { listtag } from "@/api/system/label"; import { getToken } from "@/utils/auth"; import Treeselect from "@riophae/vue-treeselect"; @@ -706,7 +702,7 @@ /** 鏌ヨ鎮h�呭垪琛� */ getList() { this.loading = true; - messagelistpatient(this.queryParams).then((response) => { + listPatphysical(this.queryParams).then((response) => { console.log(response); this.userList = response.rows; this.total = response.total; -- Gitblit v1.9.3