|
@@ -250,20 +250,20 @@ export default {
|
|
title: '账套',
|
|
title: '账套',
|
|
dataIndex: 'account',
|
|
dataIndex: 'account',
|
|
width: 80,
|
|
width: 80,
|
|
- fixed: 'left',
|
|
|
|
|
|
+ // fixed: 'left',
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '订单号',
|
|
title: '订单号',
|
|
dataIndex: 'orderNumber',
|
|
dataIndex: 'orderNumber',
|
|
width: 120,
|
|
width: 120,
|
|
- fixed: 'left',
|
|
|
|
|
|
+ // fixed: 'left',
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '款号',
|
|
title: '款号',
|
|
dataIndex: 'itemNumber',
|
|
dataIndex: 'itemNumber',
|
|
- fixed: 'left',
|
|
|
|
|
|
+ // fixed: 'left',
|
|
width: 180,
|
|
width: 180,
|
|
className: 'replacecolor'
|
|
className: 'replacecolor'
|
|
},
|
|
},
|