From 6e54a6688661a05de7c418612cea8b38bbc2dee3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 14 四月 2025 11:28:26 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/follow/index.vue | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/patient/follow/index.vue b/src/views/patient/follow/index.vue
index f036990..37918ba 100644
--- a/src/views/patient/follow/index.vue
+++ b/src/views/patient/follow/index.vue
@@ -11,7 +11,8 @@
v-show="showSearch"
label-width="98px"
>
- <el-form-item label="濮撳悕" prop="name">
+ <el-form-item label="濮撳悕"
+ width="100" prop="name">
<el-input
v-model="queryParams.name"
placeholder="璇疯緭鍏ュ鍚�"
@@ -73,11 +74,12 @@
<el-table-column
fixed
label="濮撳悕"
+ width="100"
align="center"
key="name"
prop="name"
/>
- <el-table-column label="鎬у埆" align="center" key="sex" prop="sex">
+ <el-table-column label="鎬у埆"width="100" align="center" key="sex" prop="sex">
<template slot-scope="scope">
<span>{{ scope.row.sex == 1 ? "鐢�" : "濂�" }}</span>
</template>
@@ -180,7 +182,7 @@
@click="
$router.push({
path: '/patient/patient/profile/',
- query: { id: scope.row.patid },
+ query: { id: scope.row.id },
})
"
--
Gitblit v1.9.3