|
@@ -345,14 +345,14 @@ export default {
|
|
|
// fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- {
|
|
|
- title: '集装箱代号',
|
|
|
- dataIndex: 'containerCode',
|
|
|
- scopedSlots: { customRender: 'containerCode' },
|
|
|
- width: 120,
|
|
|
- ellipsis: true,
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '集装箱代号',
|
|
|
+ // dataIndex: 'containerCode',
|
|
|
+ // scopedSlots: { customRender: 'containerCode' },
|
|
|
+ // width: 120,
|
|
|
+ // ellipsis: true,
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '单价',
|
|
|
dataIndex: 'unitPrice',
|