Selaa lähdekoodia

fix: change teacher prize statistics export

DESKTOP-USV654P\pc 1 viikko sitten
vanhempi
commit
c4d394ac62
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      Makefile
  2. 1 1
      src/views/prize/statistics/index.vue

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@
 
 # 记录开始时间
 START_TIME := $(shell powershell -NoProfile -Command "Get-Date -UFormat %%s")
-V_TAG:=v2.2.0
+V_TAG := v2.2.0
 
 checkDev:
 	git checkout dev

+ 1 - 1
src/views/prize/statistics/index.vue

@@ -79,7 +79,7 @@
     const postData = getForm().getFieldsValue();
     downloadByData(
       (await postTeacherAwardExportQuery({ ...postData, ...searchInfo })).data,
-      `教师获奖统计${formatToDate(new Date())}.xlsx`,
+      `教师获奖统计${formatToDate(new Date())}.zip`,
     );
   };
 </script>