From 355bbb7502f0d61fd6d1f05b461220970f865e0d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 27 二月 2025 10:44:31 +0800
Subject: [PATCH] 测试完成
---
src/views/patient/physical/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/patient/physical/index.vue b/src/views/patient/physical/index.vue
index 4a4f76d..10af9ff 100644
--- a/src/views/patient/physical/index.vue
+++ b/src/views/patient/physical/index.vue
@@ -17,7 +17,7 @@
font-weight: 600;
"
>
- {{ item.value }}
+ {{ item.value ? item.value : 0 }}
</div>
</div>
</el-card>
@@ -217,9 +217,10 @@
size="medium"
type="text"
@click="
- $router.push({
- path: '/patient/indexls'+'?current='+scope.row.sfzh
- })
+ $router.push({
+ path: '/patient/indexls/',
+ query: { sfzh: scope.row.idcardno },
+ })
"
><span class="button-textsc">{{
scope.row.sendname
--
Gitblit v1.9.3