|
@@ -164,7 +164,7 @@
|
|
|
},
|
|
|
{
|
|
|
title: '颜色',
|
|
|
- width: 80,
|
|
|
+ width: 100,
|
|
|
dataIndex: 'colour',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true
|
|
@@ -178,7 +178,7 @@
|
|
|
},
|
|
|
{
|
|
|
title: '委外订单行号',
|
|
|
- width: 90,
|
|
|
+ width: 120,
|
|
|
dataIndex: 'ivouchRowNo',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true
|
|
@@ -193,9 +193,10 @@
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|
|
|
- width: 120,
|
|
|
+ width: 170,
|
|
|
dataIndex: 'operation',
|
|
|
scopedSlots: { customRender: 'operationSlot' },
|
|
|
+ fixed: 'right',
|
|
|
className: 'replacecolor',
|
|
|
ellipsis: true
|
|
|
},
|