From 938776d9d32903163f9be4c70e8b1cb661b315bf Mon Sep 17 00:00:00 2001 From: shidongli Date: Fri, 6 Dec 2024 11:57:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=82=A3=E8=80=85=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/SearchForm.vue | 3 +- src/views/manage/patientInfoImport/index.vue | 35 ++++++++++++++++---- 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/src/views/components/SearchForm.vue b/src/views/components/SearchForm.vue index ff89bb4..dcefa92 100644 --- a/src/views/components/SearchForm.vue +++ b/src/views/components/SearchForm.vue @@ -32,10 +32,9 @@ icon="el-icon-upload2" size="mini" @click="handleUpload" - v-if="this.$router.currentRoute.path == '/patient/Patientmanagement' || patientUploadButtonVisible=='true'" + v-if="patientUploadButtonVisible=='true'" >导入 -