| | |
| | | label: '客户名称', |
| | | search: true, |
| | | minWidth: 220, |
| | | |
| | | showOverflowTooltip: true, |
| | | type: 'select', // 设置为下拉框类型 |
| | | dicData: [], // 使用 selectCustomName 作为数据源 |
| | | disabled: false // 根据需要设置是否禁用 |
| | |
| | | |
| | | carrierName: { |
| | | label: '承运商', |
| | | minWidth: 210, |
| | | minWidth: 220, |
| | | showOverflowTooltip: true, |
| | | }, |
| | | departureLocation: { |
| | | label: '出发地', |
| | | minWidth: 200, |
| | | minWidth: 220, |
| | | showOverflowTooltip: true, |
| | | }, |
| | | arrivalLocation: { |
| | | label: '目的地', |
| | | minWidth: 200, |
| | | minWidth: 220, |
| | | showOverflowTooltip: true, |
| | | |
| | | }, |
| | | |
| | |
| | | return sums; |
| | | } |
| | | </script> |
| | | |
| | | <style> |
| | | :deep(.avue-crud__table) { |
| | | overflow-y: auto; |
| | | } |
| | | |
| | | :deep(.el-scrollbar__bar.is-horizontal) { |
| | | pointer-events: auto; |
| | | } |
| | | </style> |