ソースを参照

报表中心

1
mo 3 年 前
コミット
e7bfad42c9
1 ファイル変更16 行追加16 行削除
  1. 16 16
      src/views/reportForm/index.vue

+ 16 - 16
src/views/reportForm/index.vue

@@ -616,19 +616,19 @@
                 value="CLOUD_TEACHER_FEEDBACK"
               ></el-option>
             </el-select>
-            <!-- <el-button
+            <el-button
               style="margin-left: 10px"
               type="primary"
               @click="exportQuestion"
               >导出</el-button
-            > -->
-            <ExportChiose
+            >
+            <!-- <ExportChiose
               style="margin-left: 10px"
               ExportEnum="USER_CASH_ACCOUNT_DETAIL"
               :exportData="{ activeType: this.questionActiveType }"
               fileName="问卷调查"
               errorMsg="请选择月份"
-            />
+            /> -->
           </div>
         </el-collapse-item>
       </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() {
     //   let endTime, startTime;
     //   if (this.leBaoTimer && this.leBaoTimer.length > 1) {