瀏覽代碼

航班视图-容器列表-表头修改

zhongxiaoyu 2 年之前
父節點
當前提交
9ae50bd29b
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      src/views/realTime/hooks/useTable.ts

+ 4 - 4
src/views/realTime/hooks/useTable.ts

@@ -66,13 +66,13 @@ const tableColumnsMap: {
       className: 'cell-filter cell-filter-yellow',
     },
     {
-      columnLabel: '拉回确认',
-      columnName: 'pullSure',
+      columnLabel: '拉',
+      columnName: 'pull',
       className: 'cell-filter cell-filter-yellow',
     },
     {
-      columnLabel: '拉',
-      columnName: 'pull',
+      columnLabel: '拉回确认',
+      columnName: 'pullSure',
       className: 'cell-filter cell-filter-yellow',
     },
   ],