From 83d83221778cf0213a979ebfcb4d75884038d9c1 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 04 三月 2025 14:34:45 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/profile/index.vue | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/views/patient/patient/profile/index.vue b/src/views/patient/patient/profile/index.vue
index 8b84204..dd33558 100644
--- a/src/views/patient/patient/profile/index.vue
+++ b/src/views/patient/patient/profile/index.vue
@@ -321,7 +321,8 @@
>
<el-table-column prop="id" label="搴忓彿" width="180">
</el-table-column>
- <el-table-column prop="contactname" label="濮撳悕" width="180">
+ <el-table-column prop="contactname" label="濮撳悕"
+ width="100" >
</el-table-column>
<el-table-column prop="contactway" label="鑱旂郴鏂瑰紡" width="180">
</el-table-column>
@@ -380,6 +381,7 @@
/>
<el-table-column
label="濮撳悕"
+ width="100"
align="center"
key="patname"
prop="patname"
@@ -457,6 +459,7 @@
/>
<el-table-column
label="濮撳悕"
+ width="100"
align="center"
key="patname"
prop="patname"
@@ -534,6 +537,7 @@
/>
<el-table-column
label="濮撳悕"
+ width="100"
align="center"
key="patname"
prop="patname"
@@ -799,7 +803,8 @@
<el-dialog :title="titletb" :visible.sync="AddanumberVisible">
<el-form :model="numberform" label-width="100px">
- <el-form-item label="濮撳悕">
+ <el-form-item label="濮撳悕"
+ width="100">
<el-input v-model="numberform.contactname"></el-input>
</el-form-item>
<el-form-item label="鑱旂郴鐢佃瘽">
@@ -1238,6 +1243,8 @@
handleClickfw(){
getTaskservelist({
patid: this.id,
+ deptOrDistrict:2,
+
}).then((res) => {
if (res.code == 200) {
this.record = res.rows[0].serviceSubtaskList;
--
Gitblit v1.9.3