|
@@ -513,23 +513,20 @@ export default {
|
|
|
width: '6%',
|
|
|
dataIndex: 'index',
|
|
|
key: 'index',
|
|
|
- fixed: 'left',
|
|
|
customRender: (text, record, index) => `${index + 1}`,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
- { title: '发票号码', width: '15%', dataIndex: 'invoiceNum', fixed: 'left', className: 'replacecolor' },
|
|
|
+ { title: '发票号码', width: '15%', dataIndex: 'invoiceNum', className: 'replacecolor' },
|
|
|
{
|
|
|
title: '出运日期',
|
|
|
dataIndex: 'outdata',
|
|
|
width: '8%',
|
|
|
- fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '小po',
|
|
|
width: '7%',
|
|
|
dataIndex: 'smallPo',
|
|
|
- fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|