From 8be9292c213139fb39d64b46942a41ada9a1bf0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Fri, 9 Aug 2024 16:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/manage/components/cardlist.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/manage/components/cardlist.vue b/src/views/manage/components/cardlist.vue index d226f31..991d477 100644 --- a/src/views/manage/components/cardlist.vue +++ b/src/views/manage/components/cardlist.vue @@ -3,7 +3,7 @@
-
+
- {{ item.patientName }} + + {{ item.patientName }} +
{{ item.sex == "MALE" ? "男" : "" }} @@ -135,7 +136,7 @@ export default { }, }); }, - // 双击进入详情 + // 双击进入详情 handleAuthRole(item, index) { if (this.isDoubleClicked) { //这里写你实现双击后的逻辑代码