From d3c60e18b95b50751f8088fa2d23cd8ff7f173bc Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期三, 01 七月 2026 11:05:17 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/patient/ExternalPatient.vue | 60 +++++++++++++++++++++++++++++++++++-------------------------
1 files changed, 35 insertions(+), 25 deletions(-)
diff --git a/src/views/patient/patient/ExternalPatient.vue b/src/views/patient/patient/ExternalPatient.vue
index 83cbeab..cd02788 100644
--- a/src/views/patient/patient/ExternalPatient.vue
+++ b/src/views/patient/patient/ExternalPatient.vue
@@ -263,15 +263,20 @@
prop="templatename"
/>
<el-table-column
- label="寰呴殢璁�/鎬讳换鍔�"
- align="center"
- key="nickName"
- prop="nickName"
- >
- <template slot-scope="scope">
- <span>{{ scope.row.wfs }}/{{ scope.row.yfs }}</span>
- </template>
- </el-table-column>
+ label="鎬讳换鍔�/宸查殢璁�"
+ align="center"
+ key="nickName"
+ width="120"
+ prop="nickName"
+ >
+ <template slot-scope="scope">
+ <span
+ >{{ scope.row.wfs ? scope.row.wfs + scope.row.yfs : "" }}/{{
+ scope.row.yfs
+ }}</span
+ >
+ </template>
+ </el-table-column>
<el-table-column
label="鍒涘缓浜�"
align="center"
@@ -379,7 +384,7 @@
</el-row>
<el-row v-if="!amendtag">
<el-col :span="8">
- <el-form-item label="姘戞棌" prop="name">
+ <el-form-item label="姘戞棌" prop="nation">
<el-input
v-model="form.nation"
placeholder="璇疯緭鍏ユ皯鏃�"
@@ -388,7 +393,7 @@
</el-form-item>
</el-col>
<el-col :span="8">
- <el-form-item label="绫嶈疮" prop="age">
+ <el-form-item label="绫嶈疮" prop="nativePlace">
<el-input
v-model="form.nativePlace"
placeholder="璇疯緭鍏ョ睄璐�"
@@ -409,7 +414,7 @@
<el-row v-if="!amendtag">
<el-col :span="12">
- <el-form-item label="鍑虹敓鍦�" prop="idcardno">
+ <el-form-item label="鍑虹敓鍦�">
<el-input
v-model="form.birthplace"
placeholder="鍥姐�佺渷銆佸湴甯傘�佸尯鍘裤�佽閬撶瓑璇︾粏淇℃伅"
@@ -417,7 +422,7 @@
/>
</el-form-item> </el-col
><el-col :span="12">
- <el-form-item label="灞呬綇鍦�" prop="idcardno">
+ <el-form-item label="灞呬綇鍦�">
<el-input
v-model="form.placeOfResidence"
placeholder="鍥姐�佺渷銆佸湴甯傘�佸尯鍘裤�佽閬撶瓑璇︾粏淇℃伅"
@@ -731,21 +736,24 @@
cardlist: [
{
- name: "鎮h�呮�绘暟",
- value: 123,
+ name: "鎮h�呮湇鍔℃�婚噺",
+ value: 0,
+ },
+
+ {
+ name: "鏃犻渶闅忚",
+ value: 0,
},
{
- name: "鍦ㄩ櫌鎮h��",
- value: 23,
- router: "/patient/inpatient",
+ name: "闇�闅忚",
+ value: 0,
},
{
- name: "鍑洪櫌鎮h��",
- value: 41,
- router: "/patient/hospital",
+ name: "寰呴殢璁�",
+ value: 0,
},
{
- name: "绂讳笘鎮h��",
+ name: "宸插畬鎴�",
value: 0,
},
],
@@ -1173,10 +1181,12 @@
font-size: 20px;
}
::v-deep.leftvlue .el-card__body {
- background: #d0e9fd;
+ background: #F2F8FF;
+ color: #324A9B;
}
::v-deep.leftvlue .el-card__body:hover {
- background: #8dc8f8;
+ background: #3664D9;
+ color: #fff;
cursor: pointer; /* 榧犳爣鎮诞鏃跺彉涓烘墜褰� */
}
.leftvlue {
@@ -1240,7 +1250,7 @@
}
}
.button-textsc {
- color: #28cfe6;
+ color: #3664D9;
}
.button-textxg {
color: #de7897;
--
Gitblit v1.9.3