chenjun 2 年之前
父节点
当前提交
8587c44196
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/baggageManagement/mixins/terminal.js

+ 1 - 1
src/views/baggageManagement/mixins/terminal.js

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