|
@@ -209,9 +209,8 @@
|
|
$helpers.permission('export/exportMusicGroupCourseList') ||
|
|
$helpers.permission('export/exportMusicGroupCourseList') ||
|
|
$helpers.permission('export/EXPORT_INDEX_HISTORY_ERR_DATA') ||
|
|
$helpers.permission('export/EXPORT_INDEX_HISTORY_ERR_DATA') ||
|
|
$helpers.permission('export/EXPORT_STUDENT_SUBCOURSE') ||
|
|
$helpers.permission('export/EXPORT_STUDENT_SUBCOURSE') ||
|
|
- $helpers.permission('export/EXPORT_TRAINING_STATISTICS') ||
|
|
|
|
- $helpers.permission('export/EXPORT_OPERATING_VISIT_STATISTICS')
|
|
|
|
-
|
|
|
|
|
|
+ $helpers.permission('export/EXPORT_TRAINING_STATISTICS') ||
|
|
|
|
+ $helpers.permission('export/EXPORT_OPERATING_VISIT_STATISTICS')
|
|
"
|
|
"
|
|
>
|
|
>
|
|
<template slot="title">
|
|
<template slot="title">
|
|
@@ -662,7 +661,7 @@
|
|
:exportData="exportStudentServer"
|
|
:exportData="exportStudentServer"
|
|
fileName="乐团学生指标导出"
|
|
fileName="乐团学生指标导出"
|
|
errorMsg="请选择分部"
|
|
errorMsg="请选择分部"
|
|
- :isDownList="true"
|
|
|
|
|
|
+ :isDownList="false"
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
@@ -711,7 +710,10 @@
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
<!-- 回访统计导出 -->
|
|
<!-- 回访统计导出 -->
|
|
- <div class="m-wrap" v-permission="'export/EXPORT_OPERATING_VISIT_STATISTICS'">
|
|
|
|
|
|
+ <div
|
|
|
|
+ class="m-wrap"
|
|
|
|
+ v-permission="'export/EXPORT_OPERATING_VISIT_STATISTICS'"
|
|
|
|
+ >
|
|
<div class="title">回访统计导出:</div>
|
|
<div class="title">回访统计导出:</div>
|
|
<el-date-picker
|
|
<el-date-picker
|
|
v-model="visitmouth"
|
|
v-model="visitmouth"
|
|
@@ -1786,14 +1788,10 @@ export default {
|
|
monday = null;
|
|
monday = null;
|
|
sunday = null;
|
|
sunday = null;
|
|
}
|
|
}
|
|
- console.log({
|
|
|
|
- startTime: monday,
|
|
|
|
- endTime: sunday,
|
|
|
|
- organId: this.studentServerOrganId.join(","),
|
|
|
|
- });
|
|
|
|
|
|
+
|
|
return {
|
|
return {
|
|
- startTime: monday,
|
|
|
|
- endTime: sunday,
|
|
|
|
|
|
+ monday,
|
|
|
|
+ sunday,
|
|
organId: this.studentServerOrganId.join(","),
|
|
organId: this.studentServerOrganId.join(","),
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -1829,8 +1827,8 @@ export default {
|
|
let data = { date: this.mouth };
|
|
let data = { date: this.mouth };
|
|
return data;
|
|
return data;
|
|
},
|
|
},
|
|
- exportVisit(){
|
|
|
|
- let data = { month: this.visitmouth };
|
|
|
|
|
|
+ exportVisit() {
|
|
|
|
+ let data = { month: this.visitmouth };
|
|
return data;
|
|
return data;
|
|
},
|
|
},
|
|
exportAccount() {
|
|
exportAccount() {
|