|
@@ -256,14 +256,14 @@ export default {
|
|
|
// { title: 'nottfy', dataIndex: 'nottfy', width: 150, className: 'replacecolor' },
|
|
|
{ title: '目的港', dataIndex: 'destinationPort', width: 140, className: 'replacecolor', ellipsis: true, },
|
|
|
// { title: '装运期限', dataIndex: 'latestDateOfShipment', width: 120, className: 'replacecolor' },
|
|
|
- {
|
|
|
- title: '单据状态',
|
|
|
- dataIndex: 'theDocumentsState',
|
|
|
- width: 90,
|
|
|
- scopedSlots: { customRender: 'documentStateSlot' },
|
|
|
- fixed: 'right',
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // title: '单据状态',
|
|
|
+ // dataIndex: 'theDocumentsState',
|
|
|
+ // width: 90,
|
|
|
+ // scopedSlots: { customRender: 'documentStateSlot' },
|
|
|
+ // fixed: 'right',
|
|
|
+ // className: 'replacecolor'
|
|
|
+ // },
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'operation',
|