@@ -93,7 +93,7 @@ export default {
if (columns.length > 0) {
columns.forEach((column, index) => {
if (index === 0) {
- sums[index] = '合计'
+ sums[index] = '航班数:'+this.tableData.length
} else if (
// 需要计算的列
[