From c4ae02df0d8dac47375cc9e068b6dfaefabfd694 Mon Sep 17 00:00:00 2001 From: fan <18706759286@163.com> Date: Mon, 29 Mar 2021 17:08:45 +0800 Subject: [PATCH] =?UTF-8?q?BUG196:=E8=BF=9B=E5=85=A5=E5=85=B6=E4=BB=96?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E5=88=9B=E5=BB=BA=E7=9A=84=E7=8F=AD=E7=BA=A7?= =?UTF-8?q?=E7=9A=84=E5=AD=A6=E7=94=9F=E7=AE=A1=E7=90=86=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=EF=BC=8C=E5=BB=BA=E8=AE=AE=E5=88=A0=E9=99=A4=E5=AF=BC=E5=85=A5?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/organization/classManage/studentManage/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ] }