From 5a06a549e0f12ce691d0fb07c4c53f0c3b95312c Mon Sep 17 00:00:00 2001 From: zhuangyuanke Date: Mon, 2 Dec 2024 09:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=8C=89=E9=92=AE=20=E6=98=BE=E7=A4=BA=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/SearchForm.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/components/SearchForm.vue b/src/views/components/SearchForm.vue index d548dec..45c9996 100644 --- a/src/views/components/SearchForm.vue +++ b/src/views/components/SearchForm.vue @@ -32,7 +32,7 @@ icon="el-icon-upload2" size="mini" @click="handleUpload" - v-if="this.$router.currentRoute.path == '/patient/Patientmanagement'" + v-if="this.$router.currentRoute.path == '/patient/Patientmanagement' || patientUploadButtonVisible=='true'" >导入 @@ -446,6 +446,10 @@ export default { type: String, default: 'small', }, + patientUploadButtonVisible:{ + type:String, + default:'false' + } }, data() { return {