From ffb5cf79a2d5d7603cb97e79bd04f598eceb0352 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期四, 20 三月 2025 10:41:29 +0800 Subject: [PATCH] 测试完成 --- src/views/patient/patient/profile/index.vue | 39 ++++++++++++++++++++++++++++++++------- 1 files changed, 32 insertions(+), 7 deletions(-) diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue index a981c61..c38ea4c 100644 --- a/src/views/patient/patient/profile/index.vue +++ b/src/views/patient/patient/profile/index.vue @@ -120,6 +120,7 @@ v-model="userform.name" placeholder="璇疯緭鍏ュ鍚�" maxlength="30" + disabled ></el-input> </el-form-item ></el-col> <el-col :span="12" @@ -171,6 +172,8 @@ v-model="inputValue" @change="handleInputConfirm" filterable + remote + :remote-method="remoteMethod" allow-create default-first-option placeholder="璇烽�夋嫨/鏌ヨ" @@ -421,7 +424,7 @@ prop="leavehospitaldistrictname" width="120" /> - <el-table-column + <!-- <el-table-column label="涓绘不鍖荤敓" align="center" key="drname" @@ -435,7 +438,7 @@ key="nurseName" prop="nurseName" width="120" - /> + /> --> </el-table> <pagination v-show="total > 0" @@ -872,13 +875,33 @@ record: [ { name: "瀹f暀浠诲姟", + serviceType:'4', + templatename:'绠¢ゲ瀹f暀涓�鏈�', + createTime:'2024-11-10', + finishtime:'2024-11-12', + createBy:'鐜嬫斂', + drname:'鍒樻槑', + nurseName:'寮犳窇鐞�', + excep:'0', + deptname:'鍛煎惛绉�', + leavehospitaldistrictname:'浜旂梾鍖�', }, { - name: "閫氱煡浠诲姟", + name: "闅忚浠诲姟", + serviceType:'2', + templatename:'蹇冭绠¢殢璁夸竴鏈�', + createTime:'2024-11-11', + finishtime:'2024-11-14', + createBy:'绔犵▼', + drname:'鍒樻槑', + nurseName:'鏉庝附', + excep:'0', + deptname:'鍛煎惛绉�', + leavehospitaldistrictname:'浜旂梾鍖�', }, - { - name: "闂嵎璋冩煡", - }, + // { + // name: "闂嵎璋冩煡", + // }, ], inputVisible: false, AddanumberVisible: false, @@ -1220,7 +1243,7 @@ patid: this.id, }).then((res) => { if (res.code == 200) { - this.record = res.rows; + this.record = res.rows[0].serviceSubtaskList; } }); }, @@ -1240,6 +1263,8 @@ }); }, remoteMethod(value) { + console.log('瑙﹀彂'); + const illnessqueryParams = { pageNum: 1, pageSize: 100, -- Gitblit v1.9.3