|
@@ -445,13 +445,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
- {
|
|
|
- title: '推送状态',
|
|
|
- dataIndex: 'pushState',
|
|
|
- width: 90,
|
|
|
- scopedSlots: { customRender: 'pushState' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
+
|
|
|
|
|
|
// {
|
|
|
// title: '单据状态',
|
|
@@ -468,14 +462,7 @@ export default {
|
|
|
// className: 'replacecolor'
|
|
|
// },
|
|
|
|
|
|
- {
|
|
|
- title: '是否云工厂推送',
|
|
|
- dataIndex: 'whetherCloudFactoryPush ',
|
|
|
- width: 90,
|
|
|
- scopedSlots: { customRender: 'whetherCloudFactoryPush' },
|
|
|
- className: 'replacecolor'
|
|
|
- },
|
|
|
-
|
|
|
+
|
|
|
|
|
|
|
|
|
{
|
|
@@ -485,12 +472,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'
|
|
|
},
|