From 5df476ae693d7577c7a0031ae12c67558b9832a7 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期六, 12 九月 2026 10:48:10 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/ExternalPatient.vue | 18 +++++++++---------
1 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/views/patient/patient/ExternalPatient.vue b/src/views/patient/patient/ExternalPatient.vue
index cd02788..4e410df 100644
--- a/src/views/patient/patient/ExternalPatient.vue
+++ b/src/views/patient/patient/ExternalPatient.vue
@@ -122,12 +122,12 @@
<el-table-column
fixed
label="濮撳悕"
- width="100"
+
align="center"
key="name"
prop="name"
/>
- <el-table-column label="鎬у埆"width="100" align="center" key="sex" prop="sex">
+ <el-table-column label="鎬у埆" align="center" key="sex" prop="sex">
<template slot-scope="scope">
<span>{{ scope.row.sex == 1 ? "鐢�" : "濂�" }}</span>
</template>
@@ -137,14 +137,14 @@
align="center"
key="age"
prop="age"
- width="60"
+
/>
<el-table-column
label="鍑虹敓骞存湀"
align="center"
key="birthdate"
prop="birthdate"
- width="120"
+
>
</el-table-column>
<el-table-column
@@ -152,7 +152,7 @@
align="center"
key="idcardno"
prop="idcardno"
- width="190"
+
/>
<el-table-column
@@ -160,7 +160,7 @@
align="center"
key="telcode"
prop="telcode"
- width="120"
+
/>
<el-table-column
label="寤烘。鏃ユ湡"
@@ -266,7 +266,7 @@
label="鎬讳换鍔�/宸查殢璁�"
align="center"
key="nickName"
- width="120"
+
prop="nickName"
>
<template slot-scope="scope">
@@ -282,7 +282,7 @@
align="center"
key="createBy"
prop="createBy"
- width="120"
+
:show-overflow-tooltip="true"
/>
<el-table-column
@@ -302,7 +302,7 @@
align="center"
key="sendState"
prop="sendState"
- width="120"
+
>
<template slot-scope="scope">
<dict-tag
--
Gitblit v1.9.3