Procházet zdrojové kódy

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

zhongxiaoyu před 2 roky
rodič
revize
9ae50bd29b
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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',
     },
   ],