Sfoglia il codice sorgente

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

zhongxiaoyu 2 anni fa
parent
commit
9ae50bd29b
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  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',
     },
   ],