|
@@ -501,7 +501,7 @@ export default {
|
|
|
};
|
|
|
sheets.push(totalSheet);
|
|
|
sheets.push(monthSheet);
|
|
|
- let excelName = schoolName + "-" + periodName + "- iot" + this.$t('totalAnalysis.totalIndex.tab1')
|
|
|
+ let excelName = schoolName + "- iot" + this.$t('totalAnalysis.totalIndex.tab1')
|
|
|
excel.export_array_to_sheet(sheets, excelName);
|
|
|
},
|
|
|
isDateInRange(year, month, day, semesterInfo) {
|