|
@@ -416,7 +416,7 @@ export default {
|
|
|
dataIndex: 'pushStatus',
|
|
|
width: 80,
|
|
|
scopedSlots: { customRender: 'pushStatesSlot' },
|
|
|
- // fixed: 'right',
|
|
|
+ fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
|
|
@@ -425,7 +425,7 @@ export default {
|
|
|
dataIndex: 'status',
|
|
|
width: 80,
|
|
|
scopedSlots: { customRender: 'statusSlot' },
|
|
|
- // fixed: 'right',
|
|
|
+ fixed: 'right',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
// {
|