|
@@ -616,19 +616,19 @@
|
|
value="CLOUD_TEACHER_FEEDBACK"
|
|
value="CLOUD_TEACHER_FEEDBACK"
|
|
></el-option>
|
|
></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
- <!-- <el-button
|
|
|
|
|
|
+ <el-button
|
|
style="margin-left: 10px"
|
|
style="margin-left: 10px"
|
|
type="primary"
|
|
type="primary"
|
|
@click="exportQuestion"
|
|
@click="exportQuestion"
|
|
>导出</el-button
|
|
>导出</el-button
|
|
- > -->
|
|
|
|
- <ExportChiose
|
|
|
|
|
|
+ >
|
|
|
|
+ <!-- <ExportChiose
|
|
style="margin-left: 10px"
|
|
style="margin-left: 10px"
|
|
ExportEnum="USER_CASH_ACCOUNT_DETAIL"
|
|
ExportEnum="USER_CASH_ACCOUNT_DETAIL"
|
|
:exportData="{ activeType: this.questionActiveType }"
|
|
:exportData="{ activeType: this.questionActiveType }"
|
|
fileName="问卷调查"
|
|
fileName="问卷调查"
|
|
errorMsg="请选择月份"
|
|
errorMsg="请选择月份"
|
|
- />
|
|
|
|
|
|
+ /> -->
|
|
</div>
|
|
</div>
|
|
</el-collapse-item>
|
|
</el-collapse-item>
|
|
</el-collapse>
|
|
</el-collapse>
|
|
@@ -1099,18 +1099,18 @@ export default {
|
|
// "您确定导出团练宝学员统计?"
|
|
// "您确定导出团练宝学员统计?"
|
|
// );
|
|
// );
|
|
// },
|
|
// },
|
|
- // exportQuestion() {
|
|
|
|
- // Export(
|
|
|
|
- // this,
|
|
|
|
- // {
|
|
|
|
- // url: "/api-web/questionnaireUserResult/export",
|
|
|
|
- // fileName: "问卷调查.xls",
|
|
|
|
- // method: "get",
|
|
|
|
- // params: { activeType: this.questionActiveType },
|
|
|
|
- // },
|
|
|
|
- // "您确定导出问卷调查?"
|
|
|
|
- // );
|
|
|
|
- // },
|
|
|
|
|
|
+ exportQuestion() {
|
|
|
|
+ Export(
|
|
|
|
+ this,
|
|
|
|
+ {
|
|
|
|
+ url: "/api-web/questionnaireUserResult/export",
|
|
|
|
+ fileName: "问卷调查.xls",
|
|
|
|
+ method: "get",
|
|
|
|
+ params: { activeType: this.questionActiveType },
|
|
|
|
+ },
|
|
|
|
+ "您确定导出问卷调查?"
|
|
|
|
+ );
|
|
|
|
+ },
|
|
// exportLeBao() {
|
|
// exportLeBao() {
|
|
// let endTime, startTime;
|
|
// let endTime, startTime;
|
|
// if (this.leBaoTimer && this.leBaoTimer.length > 1) {
|
|
// if (this.leBaoTimer && this.leBaoTimer.length > 1) {
|