From fe299d5a6e2aa99bffc765714865bd66107d2fe6 Mon Sep 17 00:00:00 2001 From: bai <1643359946@qq.com> Date: Sun, 12 Nov 2023 20:48:28 +0800 Subject: [PATCH] =?UTF-8?q?2023=E5=B9=B411=E6=9C=8812=E6=97=A5=20=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=AF=BC=E5=87=BA=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/jiaoshi/KcZhihuijiaoshiMonitorLogList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/kc/jiaoshi/KcZhihuijiaoshiMonitorLogList.vue b/src/views/kc/jiaoshi/KcZhihuijiaoshiMonitorLogList.vue index cabef46..fc37aed 100644 --- a/src/views/kc/jiaoshi/KcZhihuijiaoshiMonitorLogList.vue +++ b/src/views/kc/jiaoshi/KcZhihuijiaoshiMonitorLogList.vue @@ -310,7 +310,7 @@ async function onExport(dcType){ //let dcType = 'pdf'; // let dcType = 'doc'; - let fileName = dcType == 'pdf'?'教学听课情况表.pdf':'教学听课情况表.docx'; + let fileName = dcType == 'pdf'?'线上开放课堂运行状态报告.pdf':'线上开放课堂运行状态报告.docx'; // let fileName = '教学听课情况表.docx'; let paramsForm = queryParam.value; let expParamsForm = expQueryParam.value;