增加 导入按钮 显示属性
This commit is contained in:
parent
7fae09d0e9
commit
5a06a549e0
@ -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'"
|
||||
>导入</el-button
|
||||
>
|
||||
|
||||
@ -446,6 +446,10 @@ export default {
|
||||
type: String,
|
||||
default: 'small',
|
||||
},
|
||||
patientUploadButtonVisible:{
|
||||
type:String,
|
||||
default:'false'
|
||||
}
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user