|
@@ -507,7 +507,7 @@ export default {
|
|
|
const fileName = `${tableName}.xlsx`;
|
|
|
throttledExportToExcel(table, tableName, fileName);
|
|
|
} else if (this.upid == 6) {
|
|
|
- let tableName = "中转行李分析统计表";
|
|
|
+ let tableName = "中转行李因素分析统计表";
|
|
|
const table = this.$refs["transferBaggageTableData"].$el.cloneNode(true);
|
|
|
const fileName = `${tableName}.xlsx`;
|
|
|
throttledExportToExcel(table, tableName, fileName);
|