From 906684c1ed96f87678bfca1679c1d191273291e1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 13 Apr 2026 09:44:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 1 + admin/src/components/tcm-prescription/index.vue | 2 +- admin/src/views/tcm/diagnosis/edit.vue | 3 +++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 95c25688..f3006236 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { + "kiroAgent.configureMCP": "Disabled" } diff --git a/admin/src/components/tcm-prescription/index.vue b/admin/src/components/tcm-prescription/index.vue index 84737d39..556d8c2b 100644 --- a/admin/src/components/tcm-prescription/index.vue +++ b/admin/src/components/tcm-prescription/index.vue @@ -370,7 +370,7 @@
姓名{{ savedPrescription.case_record.patient_name || '—' }}
身份证号{{ savedPrescription.case_record.id_card || '—' }}
手机号{{ savedPrescription.case_record.phone || '—' }}
-
性别{{ savedPrescription.case_record.gender === 1 ? '男' : '女' }}
+
性别{{ savedPrescription.gender_desc }}
年龄{{ savedPrescription.case_record.age ?? '—' }}岁
婚姻状态{{ ['未婚','已婚','离异'][savedPrescription.case_record.marital_status] ?? '—' }}
身高{{ savedPrescription.case_record.height ?? '—' }}cm
diff --git a/admin/src/views/tcm/diagnosis/edit.vue b/admin/src/views/tcm/diagnosis/edit.vue index 08b43878..316b24ac 100644 --- a/admin/src/views/tcm/diagnosis/edit.vue +++ b/admin/src/views/tcm/diagnosis/edit.vue @@ -282,6 +282,7 @@ + {{ item.name }} @@ -293,6 +294,7 @@ + {{ item.name }} @@ -305,6 +307,7 @@ + {{ item.name }}