|
@@ -312,14 +312,14 @@ export default {
|
|
|
title: '账套',
|
|
|
dataIndex: 'account',
|
|
|
width: 90,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '单据号',
|
|
|
dataIndex: 'documentNo',
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
align: 'left',
|
|
|
width: 140,
|
|
|
ellipsis: true,
|
|
@@ -521,7 +521,7 @@ export default {
|
|
|
title: '推送结果',
|
|
|
dataIndex: 'pushState',
|
|
|
scopedSlots: { customRender: 'pushState' },
|
|
|
- fixed: 'right',
|
|
|
+ // fixed: 'right',
|
|
|
width: 90,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
@@ -529,7 +529,7 @@ export default {
|
|
|
title: '单据状态',
|
|
|
dataIndex: 'submitStatus',
|
|
|
scopedSlots: { customRender: 'state' },
|
|
|
- fixed: 'right',
|
|
|
+ // fixed: 'right',
|
|
|
width: 90,
|
|
|
className: 'replacecolor'
|
|
|
},
|