|
@@ -259,28 +259,28 @@ export default {
|
|
|
title: '单据号',
|
|
|
dataIndex: 'documentNo',
|
|
|
width: 120,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '订单号',
|
|
|
dataIndex: 'orderNumber',
|
|
|
width: 120,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '款号',
|
|
|
dataIndex: 'itemNumber',
|
|
|
width: 120,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '客户(简称)',
|
|
|
dataIndex: 'customerAbbreviation',
|
|
|
width: 100,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -400,7 +400,7 @@ export default {
|
|
|
{
|
|
|
title: '推送状态',
|
|
|
dataIndex: 'pushStatus',
|
|
|
- width: 90,
|
|
|
+ width: 80,
|
|
|
scopedSlots: { customRender: 'pushStatesSlot' },
|
|
|
fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
@@ -409,7 +409,7 @@ export default {
|
|
|
{
|
|
|
title: '单据状态',
|
|
|
dataIndex: 'status',
|
|
|
- width: 90,
|
|
|
+ width: 80,
|
|
|
scopedSlots: { customRender: 'statusSlot' },
|
|
|
fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
@@ -426,7 +426,7 @@ export default {
|
|
|
title: '操作',
|
|
|
dataIndex: 'operation',
|
|
|
scopedSlots: { customRender: 'operationSlot' },
|
|
|
- width: 160,
|
|
|
+ width: 120,
|
|
|
fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
|
}
|