diff --git a/src/views/organization/classManage/studentManage/index.vue b/src/views/organization/classManage/studentManage/index.vue index b37ccec95..a2385235e 100644 --- a/src/views/organization/classManage/studentManage/index.vue +++ b/src/views/organization/classManage/studentManage/index.vue @@ -76,7 +76,7 @@ export default { ], actions: [ { text: '添加学生', handler: this.createStudent, show: this.$route.query.creatorId == this.$store.state.user.id }, - { text: '导入模板下载', handler: this.exportTemplate }, + { text: '导入模板下载', handler: this.exportTemplate, show: this.$route.query.creatorId == this.$store.state.user.id }, { text: '导入学生', handler: this.importResults, fileType: 'file', show: this.$route.query.creatorId == this.$store.state.user.id } ] }