|
@@ -447,7 +447,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="m-wrap" v-permission="'export/STUDENT_VIP_COURSE_INFO'">
|
|
|
- <div class="title">VIP课学员课程导出:</div>
|
|
|
+ <div class="title">VIP课学员导出:</div>
|
|
|
<select-all
|
|
|
v-model.trim="vipStudentCourseOrganId"
|
|
|
class="organSelect"
|
|
@@ -469,7 +469,7 @@
|
|
|
style="margin-left: 10px"
|
|
|
ExportEnum="STUDENT_VIP_COURSE_INFO"
|
|
|
:exportData="exportAbnormal"
|
|
|
- fileName="VIP课学员课程信息导出"
|
|
|
+ fileName="VIP课学员导出"
|
|
|
errorMsg="请选择分部"
|
|
|
:flag="this.vipStudentCourseOrganId.length < 1"
|
|
|
:isDownList="true"
|
|
@@ -477,7 +477,7 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="m-wrap" v-permission="'export/STUDENT_MUSIC_THEORY_COURSE_INFO'">
|
|
|
- <div class="title">乐理课学员课程导出:</div>
|
|
|
+ <div class="title">乐理课学员导出:</div>
|
|
|
<select-all
|
|
|
v-model.trim="musicStudentCourseOrganId"
|
|
|
class="organSelect"
|
|
@@ -499,7 +499,7 @@
|
|
|
style="margin-left: 10px"
|
|
|
ExportEnum="STUDENT_MUSIC_THEORY_COURSE_INFO"
|
|
|
:exportData="exportAbnormal"
|
|
|
- fileName="乐理课学员课程信息导出"
|
|
|
+ fileName="乐理课学员导出"
|
|
|
errorMsg="请选择分部"
|
|
|
:flag="this.musicStudentCourseOrganId.length < 1"
|
|
|
:isDownList="true"
|