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