|
@@ -1,4 +1,5 @@
|
|
|
import { Query } from '@/api/webApi'
|
|
|
+import { ellipsisCell } from '@/components/SimpleTable/customRender'
|
|
|
import { CommonValue, CommonData, CommonTableColumn } from '~/common'
|
|
|
|
|
|
const idGetter = (name: string) => {
|
|
@@ -82,7 +83,11 @@ const tableColumnsMap: {
|
|
|
width: 300,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
- { columnLabel: '特货信息', columnName: 'speCargoInfo' },
|
|
|
+ {
|
|
|
+ columnLabel: '特货信息',
|
|
|
+ columnName: 'speCargoInfo',
|
|
|
+ customRender: ellipsisCell,
|
|
|
+ },
|
|
|
{ columnLabel: '运单件数', columnName: 'luggageCount', needCount: 1 },
|
|
|
{ columnLabel: '货物重量', columnName: 'weight', needCount: 1 },
|
|
|
{ columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
|
|
@@ -251,7 +256,12 @@ const tableColumnsMap: {
|
|
|
width: 300,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
- { columnLabel: '特货信息', columnName: 'speCargoInfo', needCount: 1 },
|
|
|
+ {
|
|
|
+ columnLabel: '特货信息',
|
|
|
+ columnName: 'speCargoInfo',
|
|
|
+ needCount: 1,
|
|
|
+ customRender: ellipsisCell,
|
|
|
+ },
|
|
|
{
|
|
|
columnLabel: '运单件数',
|
|
|
columnName: 'messageCargos_in',
|
|
@@ -489,7 +499,11 @@ const tableColumnsMap: {
|
|
|
width: 300,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
- { columnLabel: '特货信息', columnName: 'speCargoInfo' },
|
|
|
+ {
|
|
|
+ columnLabel: '特货信息',
|
|
|
+ columnName: 'speCargoInfo',
|
|
|
+ customRender: ellipsisCell,
|
|
|
+ },
|
|
|
{ columnLabel: '运单件数', columnName: 'luggageCount', needCount: 1 },
|
|
|
{ columnLabel: '货物重量', columnName: 'weight', needCount: 1 },
|
|
|
{ columnLabel: '拉下件数', columnName: 'pullNum', needCount: 1 },
|
|
@@ -618,7 +632,12 @@ const tableColumnsMap: {
|
|
|
width: 160,
|
|
|
showOverflowTooltip: true,
|
|
|
},
|
|
|
- { columnLabel: '特货信息', columnName: 'speCargoInfo', needCount: 1 },
|
|
|
+ {
|
|
|
+ columnLabel: '特货信息',
|
|
|
+ columnName: 'speCargoInfo',
|
|
|
+ needCount: 1,
|
|
|
+ customRender: ellipsisCell,
|
|
|
+ },
|
|
|
{
|
|
|
columnLabel: '运单件数',
|
|
|
columnName: 'messageCargos_in',
|