|
@@ -63,32 +63,32 @@ const columnGroupsMap: {
|
|
|
columnLabel: '实际降落\n时间',
|
|
|
width: 73,
|
|
|
},
|
|
|
+ {
|
|
|
+ columnName: 'jiahuo',
|
|
|
+ columnLabel: '一个码标记',
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- groupName: '货站相关',
|
|
|
+ groupName: '运单相关',
|
|
|
children: [
|
|
|
{
|
|
|
columnName: 'speCargoInfo',
|
|
|
columnLabel: '特货信息',
|
|
|
},
|
|
|
{
|
|
|
- columnName: 'transIn',
|
|
|
- columnLabel: '中转进\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'returns',
|
|
|
- columnLabel: '退运\n(板卡/件)',
|
|
|
+ columnName: 'preLoad',
|
|
|
+ columnLabel: '运单申报\n(运单/件)',
|
|
|
},
|
|
|
+ // {
|
|
|
+ // columnName: 'transIn',
|
|
|
+ // columnLabel: '中转进\n(运单/件)',
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- groupName: '地服相关',
|
|
|
+ groupName: '货站相关',
|
|
|
children: [
|
|
|
- {
|
|
|
- columnName: 'preLoad',
|
|
|
- columnLabel: '运单申报\n(运单/件)',
|
|
|
- },
|
|
|
{
|
|
|
columnName: 'receiveSure',
|
|
|
columnLabel: '收运核单\n(运单/件/重量)',
|
|
@@ -97,14 +97,14 @@ const columnGroupsMap: {
|
|
|
columnName: 'receiveSureTime',
|
|
|
columnLabel: '收运核单\n时间',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'receiveSure_No',
|
|
|
- columnLabel: '核单不通过\n(运单/件/重量)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'receiveSureTime_No',
|
|
|
- columnLabel: '核单不通过\n时间',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'receiveSure_No',
|
|
|
+ // columnLabel: '核单不通过\n(运单/件/重量)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'receiveSureTime_No',
|
|
|
+ // columnLabel: '核单不通过\n时间',
|
|
|
+ // },
|
|
|
{
|
|
|
columnName: 'checks',
|
|
|
columnLabel: '查验\n(拒运/查验)',
|
|
@@ -145,6 +145,11 @@ const columnGroupsMap: {
|
|
|
columnName: 'stowageTime',
|
|
|
columnLabel: '预配载时间',
|
|
|
},
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ groupName: '地服相关',
|
|
|
+ children: [
|
|
|
// {
|
|
|
// columnName: 'planJoinTime',
|
|
|
// columnLabel: '计划交接\n时间',
|
|
@@ -214,6 +219,122 @@ const columnGroupsMap: {
|
|
|
columnName: 'pullSureTime',
|
|
|
columnLabel: '拉回确认\n时间',
|
|
|
},
|
|
|
+ {
|
|
|
+ columnName: 'returns',
|
|
|
+ columnLabel: '退运\n(板卡/件)',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'returnTime',
|
|
|
+ columnLabel: '退运时间',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ ArrivalAirport: [
|
|
|
+ {
|
|
|
+ groupName: '航班相关',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ columnName: 'IATACode',
|
|
|
+ columnLabel: '航司',
|
|
|
+ needFilters: 1,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'flightNO',
|
|
|
+ columnLabel: '航班号',
|
|
|
+ needFilters: 1,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'flightDate',
|
|
|
+ columnLabel: '执飞日期',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'planLandingTime',
|
|
|
+ columnLabel: '降落时间',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'target',
|
|
|
+ columnLabel: '目的站',
|
|
|
+ needFilters: 1,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'landingStand',
|
|
|
+ columnLabel: '停机位',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'speCargoInfo',
|
|
|
+ columnLabel: '特货信息',
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // columnName: 'preUnLoad',
|
|
|
+ // columnLabel: '预计卸载数\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'transOut',
|
|
|
+ // columnLabel: '中转出\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'receiveDiff',
|
|
|
+ // columnLabel: '收货差异\n(板卡/件)',
|
|
|
+ // },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ groupName: '地服相关',
|
|
|
+ children: [
|
|
|
+ // {
|
|
|
+ // columnName: 'unloadBill',
|
|
|
+ // columnLabel: '卸机单\n(板/箱/卡)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'unloadBillTime',
|
|
|
+ // columnLabel: '卸机单确认\n时间',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ columnName: 'unLoad',
|
|
|
+ columnLabel: '卸机\n(板/箱/卡)',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'unLoadTime',
|
|
|
+ columnLabel: '卸机时间',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'planeDown',
|
|
|
+ columnLabel: '库区到达\n(板/箱/卡)',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'planeDownTime_IN',
|
|
|
+ columnLabel: '库区到达\n时间',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ groupName: '货站相关',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ columnName: 'depotJoin',
|
|
|
+ columnLabel: '货站交接\n(板/箱/卡)',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'depotJoinTime_IN',
|
|
|
+ columnLabel: '货站交接\n时间',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'tally',
|
|
|
+ columnLabel: '理货\n(运单/件/重量)',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'tallyTime_in',
|
|
|
+ columnLabel: '理货时间',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'outWarehouse',
|
|
|
+ columnLabel: '出库\n(批/运单/件)',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ columnName: 'outWarehouseTime',
|
|
|
+ columnLabel: '出库时间',
|
|
|
+ },
|
|
|
],
|
|
|
},
|
|
|
],
|
|
@@ -266,32 +387,27 @@ const columnGroupsMap: {
|
|
|
columnLabel: '实际降落\n时间',
|
|
|
width: 73,
|
|
|
},
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- groupName: '货站相关',
|
|
|
- children: [
|
|
|
{
|
|
|
columnName: 'speCargoInfo',
|
|
|
columnLabel: '特货信息',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'transIn',
|
|
|
- columnLabel: '中转进\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'returns1',
|
|
|
- columnLabel: '退运\n(板卡/件)',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'transIn',
|
|
|
+ // columnLabel: '中转进\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'returns1',
|
|
|
+ // columnLabel: '退运\n(板卡/件)',
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- groupName: '地服相关',
|
|
|
+ groupName: '货站相关',
|
|
|
children: [
|
|
|
- {
|
|
|
- columnName: 'preLoad',
|
|
|
- columnLabel: '运单申报\n(运单/件)',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'preLoad',
|
|
|
+ // columnLabel: '运单申报\n(运单/件)',
|
|
|
+ // },
|
|
|
{
|
|
|
columnName: 'enterPark',
|
|
|
columnLabel: '入园\n(运单/件)',
|
|
@@ -302,11 +418,11 @@ const columnGroupsMap: {
|
|
|
},
|
|
|
{
|
|
|
columnName: 'enterCustoms',
|
|
|
- columnLabel: '进入海关\n(运单/件)',
|
|
|
+ columnLabel: '海关中控\n(运单/件)',
|
|
|
},
|
|
|
{
|
|
|
columnName: 'enterCustomsTime',
|
|
|
- columnLabel: '进入海关时间',
|
|
|
+ columnLabel: '海关中控\n时间',
|
|
|
},
|
|
|
{
|
|
|
columnName: 'passCustoms',
|
|
@@ -316,14 +432,14 @@ const columnGroupsMap: {
|
|
|
columnName: 'passCustomsTime',
|
|
|
columnLabel: '海关放行\n时间',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'nopassCustoms',
|
|
|
- columnLabel: '海关不通过\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'nopassCustomsTime',
|
|
|
- columnLabel: '海关不通过\n时间',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'nopassCustoms',
|
|
|
+ // columnLabel: '海关不通过\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'nopassCustomsTime',
|
|
|
+ // columnLabel: '海关不通过\n时间',
|
|
|
+ // },
|
|
|
{
|
|
|
columnName: 'receiveSure1',
|
|
|
columnLabel: '运抵货站\n(运单/件)',
|
|
@@ -332,14 +448,14 @@ const columnGroupsMap: {
|
|
|
columnName: 'receiveSureTime',
|
|
|
columnLabel: '运抵货站\n时间',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'returns2',
|
|
|
- columnLabel: '退运\n(板卡/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'returnTime',
|
|
|
- columnLabel: '退运时间',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'returns2',
|
|
|
+ // columnLabel: '退运\n(板卡/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'returnTime',
|
|
|
+ // columnLabel: '退运时间',
|
|
|
+ // },
|
|
|
{
|
|
|
columnName: 'securityYes',
|
|
|
columnLabel: '安检放行\n(运单/件)',
|
|
@@ -356,14 +472,14 @@ const columnGroupsMap: {
|
|
|
columnName: 'receiveSureResultTime',
|
|
|
columnLabel: '收运核单\n时间',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'receiveSure_No',
|
|
|
- columnLabel: '核单不通过\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'receiveSureTime_No',
|
|
|
- columnLabel: '核单不通过\n时间',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'receiveSure_No',
|
|
|
+ // columnLabel: '核单不通过\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'receiveSureTime_No',
|
|
|
+ // columnLabel: '核单不通过\n时间',
|
|
|
+ // },
|
|
|
{
|
|
|
columnName: 'tally_out',
|
|
|
columnLabel: '理货\n(板卡/运单/件)',
|
|
@@ -376,14 +492,14 @@ const columnGroupsMap: {
|
|
|
columnName: 'planJoinTime',
|
|
|
columnLabel: '计划交接\n时间',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'wait',
|
|
|
- columnLabel: '待运区\n(板卡/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'waitTime',
|
|
|
- columnLabel: '待运区\n时间',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'wait',
|
|
|
+ // columnLabel: '待运区\n(板卡/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'waitTime',
|
|
|
+ // columnLabel: '待运区\n时间',
|
|
|
+ // },
|
|
|
{
|
|
|
columnName: 'stowage',
|
|
|
columnLabel: '预配载\n(板卡/件)',
|
|
@@ -400,14 +516,19 @@ const columnGroupsMap: {
|
|
|
columnName: 'requestDepotJoinTime',
|
|
|
columnLabel: '发起货站交接\n时间',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'depotJoin',
|
|
|
- columnLabel: '货站交接\n(板卡/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'depotJoinTime',
|
|
|
- columnLabel: '货站交接\n时间',
|
|
|
- },
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ groupName: '地服相关',
|
|
|
+ children: [
|
|
|
+ // {
|
|
|
+ // columnName: 'depotJoin',
|
|
|
+ // columnLabel: '货站交接\n(板卡/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'depotJoinTime',
|
|
|
+ // columnLabel: '货站交接\n时间',
|
|
|
+ // },
|
|
|
{
|
|
|
columnName: 'resure',
|
|
|
columnLabel: '运输前复核\n(板卡/件)',
|
|
@@ -449,113 +570,13 @@ const columnGroupsMap: {
|
|
|
columnName: 'pullregisterTime',
|
|
|
columnLabel: '拉下登记\n时间',
|
|
|
},
|
|
|
- ],
|
|
|
- },
|
|
|
- ],
|
|
|
- ArrivalAirport: [
|
|
|
- {
|
|
|
- groupName: '航班相关',
|
|
|
- children: [
|
|
|
- {
|
|
|
- columnName: 'IATACode',
|
|
|
- columnLabel: '航司',
|
|
|
- needFilters: 1,
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'flightNO',
|
|
|
- columnLabel: '航班号',
|
|
|
- needFilters: 1,
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'flightDate',
|
|
|
- columnLabel: '执飞日期',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'planLandingTime',
|
|
|
- columnLabel: '降落时间',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'target',
|
|
|
- columnLabel: '目的站',
|
|
|
- needFilters: 1,
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'landingStand',
|
|
|
- columnLabel: '停机位',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- groupName: '货站相关',
|
|
|
- children: [
|
|
|
- {
|
|
|
- columnName: 'speCargoInfo',
|
|
|
- columnLabel: '特货信息',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'preUnLoad',
|
|
|
- columnLabel: '预计卸载数\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'transOut',
|
|
|
- columnLabel: '中转出\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'receiveDiff',
|
|
|
- columnLabel: '收货差异\n(板卡/件)',
|
|
|
- },
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- groupName: '地服相关',
|
|
|
- children: [
|
|
|
- // {
|
|
|
- // columnName: 'unloadBill',
|
|
|
- // columnLabel: '卸机单\n(板/箱/卡)',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // columnName: 'unloadBillTime',
|
|
|
- // columnLabel: '卸机单确认\n时间',
|
|
|
- // },
|
|
|
- {
|
|
|
- columnName: 'unLoad',
|
|
|
- columnLabel: '卸机\n(板/箱/卡)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'unLoadTime',
|
|
|
- columnLabel: '卸机时间',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'planeDown',
|
|
|
- columnLabel: '库区到达\n(板/箱/卡)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'planeDownTime_IN',
|
|
|
- columnLabel: '库区到达\n时间',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'depotJoin',
|
|
|
- columnLabel: '货站交接\n(板/箱/卡)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'depotJoinTime_IN',
|
|
|
- columnLabel: '货站交接\n时间',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'tally',
|
|
|
- columnLabel: '理货\n(运单/件/重量)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'tallyTime_in',
|
|
|
- columnLabel: '理货时间',
|
|
|
- },
|
|
|
{
|
|
|
- columnName: 'outWarehouse',
|
|
|
- columnLabel: '出库\n(批/运单/件)',
|
|
|
+ columnName: 'pullSure',
|
|
|
+ columnLabel: '拉回确认\n(板卡/件)',
|
|
|
},
|
|
|
{
|
|
|
- columnName: 'outWarehouseTime',
|
|
|
- columnLabel: '出库时间',
|
|
|
+ columnName: 'pullSureTime',
|
|
|
+ columnLabel: '拉回确认\n时间',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
@@ -591,31 +612,26 @@ const columnGroupsMap: {
|
|
|
columnName: 'landingStand',
|
|
|
columnLabel: '停机位',
|
|
|
},
|
|
|
- ],
|
|
|
- },
|
|
|
- {
|
|
|
- groupName: '货站相关',
|
|
|
- children: [
|
|
|
{
|
|
|
columnName: 'speCargoInfo',
|
|
|
columnLabel: '特货信息',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: 'preUnLoad',
|
|
|
- columnLabel: '预计卸载数\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'transOut',
|
|
|
- columnLabel: '中转出\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'receiveDiff',
|
|
|
- columnLabel: '收货差异\n(板卡/件)',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: 'preUnLoad',
|
|
|
+ // columnLabel: '预计卸载数\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'transOut',
|
|
|
+ // columnLabel: '中转出\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'receiveDiff',
|
|
|
+ // columnLabel: '收货差异\n(板卡/件)',
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
{
|
|
|
- groupName: '地服相关',
|
|
|
+ groupName: '货站相关',
|
|
|
children: [
|
|
|
// {
|
|
|
// columnName: 'unloadBill',
|
|
@@ -641,6 +657,11 @@ const columnGroupsMap: {
|
|
|
columnName: 'planeDownTime_IN',
|
|
|
columnLabel: '机下交接\n时间',
|
|
|
},
|
|
|
+ ],
|
|
|
+ },
|
|
|
+ {
|
|
|
+ groupName: '地服相关',
|
|
|
+ children: [
|
|
|
{
|
|
|
columnName: 'depotJoin',
|
|
|
columnLabel: '货站交接\n(板/箱/卡)',
|
|
@@ -673,20 +694,25 @@ const columnGroupsMap: {
|
|
|
columnName: 'outWarehouseTime',
|
|
|
columnLabel: '出库时间',
|
|
|
},
|
|
|
- {
|
|
|
- columnName: "concat(punishCustomsList_in,'/',punishCustoms_in)",
|
|
|
- columnLabel: '海关罚没\n(运单/件)',
|
|
|
- },
|
|
|
- {
|
|
|
- columnName: 'punishCustomsTime_in',
|
|
|
- columnLabel: '海关罚没\n时间',
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // columnName: "concat(punishCustomsList_in,'/',punishCustoms_in)",
|
|
|
+ // columnLabel: '海关罚没\n(运单/件)',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // columnName: 'punishCustomsTime_in',
|
|
|
+ // columnLabel: '海关罚没\n时间',
|
|
|
+ // },
|
|
|
],
|
|
|
},
|
|
|
],
|
|
|
}
|
|
|
|
|
|
-const headerClassMap = ['bg-yellow', 'bg-green', 'bg-cyan']
|
|
|
+const headerClassMap = {
|
|
|
+ 航班相关: 'bg-yellow',
|
|
|
+ 运单相关: 'bg-purple',
|
|
|
+ 货站相关: 'bg-green',
|
|
|
+ 地服相关: 'bg-cyan',
|
|
|
+}
|
|
|
|
|
|
const computedWidth = (column: SimpleColumn) => {
|
|
|
let width = 0
|
|
@@ -700,9 +726,11 @@ const computedWidth = (column: SimpleColumn) => {
|
|
|
width = realLength * 8
|
|
|
}
|
|
|
})
|
|
|
- if (column.needFilters || column.needSort) {
|
|
|
- width += 8
|
|
|
- }
|
|
|
+ // 筛选/排序按钮宽度
|
|
|
+ // if (column.needFilters || column.needSort) {
|
|
|
+ // width += 8
|
|
|
+ // }
|
|
|
+ width += 8
|
|
|
// border
|
|
|
return width + 1
|
|
|
}
|
|
@@ -713,7 +741,7 @@ export function useAirportTable(name: string, formData: CommonData) {
|
|
|
const getTableColumns = () => {
|
|
|
const groups = columnGroupsMap[name]
|
|
|
tableColumns.value = groups.reduce(
|
|
|
- (columns: (CommonTableColumn & AnyColumn)[], group, groupIndex) => {
|
|
|
+ (columns: (CommonTableColumn & AnyColumn)[], group) => {
|
|
|
group.children.forEach(column => {
|
|
|
columns.push({
|
|
|
key: column.columnName,
|
|
@@ -734,7 +762,7 @@ export function useAirportTable(name: string, formData: CommonData) {
|
|
|
width: computedWidth(column),
|
|
|
flexGrow: 1,
|
|
|
align: 'center',
|
|
|
- headerClass: headerClassMap[groupIndex],
|
|
|
+ headerClass: headerClassMap[group.groupName] ?? '',
|
|
|
groupName: group.groupName,
|
|
|
...column,
|
|
|
})
|