From 35a85b085df4c76c38c76dfda74aa4527cea0b5b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 28 二月 2025 15:57:06 +0800
Subject: [PATCH] gx
---
src/views/home/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index c71a107..e2ec58e 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -152,7 +152,7 @@
</el-row>
<div class="fixed-div" v-show="patientsInfo.patientName">
<el-avatar :size="80" :src="patientsInfo.patientAvatarIcon" />
- <div @click="state.isTable = false">{{ patientsInfo.patientName }}</div>
+ <div>{{ patientsInfo.patientName }}</div>
</div>
</div>
</template>
--
Gitblit v1.8.0