|
@@ -542,7 +542,7 @@ export default {
|
|
|
{
|
|
|
title: '推送状态',
|
|
|
dataIndex: 'pushState',
|
|
|
- width: 89,
|
|
|
+ width: 95,
|
|
|
fixed: 'right',
|
|
|
scopedSlots: { customRender: 'pushState' },
|
|
|
className: 'replacecolor'
|
|
@@ -550,7 +550,7 @@ export default {
|
|
|
{
|
|
|
title: '云工厂',
|
|
|
dataIndex: 'whetherCloudFactoryPush ',
|
|
|
- width: 75,
|
|
|
+ width: 85,
|
|
|
fixed: 'right',
|
|
|
scopedSlots: { customRender: 'whetherCloudFactoryPush' },
|
|
|
className: 'replacecolor'
|
|
@@ -559,7 +559,7 @@ export default {
|
|
|
{
|
|
|
title: '单据状态',
|
|
|
dataIndex: 'status',
|
|
|
- width: 89,
|
|
|
+ width: 95,
|
|
|
fixed: 'right',
|
|
|
scopedSlots: { customRender: 'stateSlot' },
|
|
|
className: 'replacecolor'
|