|
@@ -444,13 +444,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
- {
|
|
|
- title: '推送状态',
|
|
|
- dataIndex: 'pushState',
|
|
|
- width: 90,
|
|
|
- scopedSlots: { customRender: 'pushState' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+
|
|
|
|
|
|
// {
|
|
|
// title: '单据状态',
|
|
@@ -467,14 +461,7 @@ export default {
|
|
|
// className: 'replacecolor'
|
|
|
// },
|
|
|
|
|
|
- {
|
|
|
- title: '是否云工厂推送',
|
|
|
- dataIndex: 'whetherCloudFactoryPush ',
|
|
|
- width: 90,
|
|
|
- scopedSlots: { customRender: 'whetherCloudFactoryPush' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
{
|
|
@@ -484,12 +471,28 @@ export default {
|
|
|
ellipsis: true,
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
+ {
|
|
|
+ title: '推送状态',
|
|
|
+ dataIndex: 'pushState',
|
|
|
+ width: 90,
|
|
|
+ fixed: 'right',
|
|
|
+ scopedSlots: { customRender: 'pushState' },
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '是否云工厂推送',
|
|
|
+ dataIndex: 'whetherCloudFactoryPush ',
|
|
|
+ width: 90,
|
|
|
+ fixed: 'right',
|
|
|
+ scopedSlots: { customRender: 'whetherCloudFactoryPush' },
|
|
|
+ className: 'replacecolor'
|
|
|
+ },
|
|
|
|
|
|
{
|
|
|
title: '单据状态',
|
|
|
dataIndex: 'status',
|
|
|
width: 80,
|
|
|
- // fixed: 'right',
|
|
|
+ fixed: 'right',
|
|
|
scopedSlots: { customRender: 'stateSlot' },
|
|
|
className: 'replacecolor'
|
|
|
},
|