|
@@ -164,14 +164,14 @@ export default {
|
|
|
title: '业务员 Merchandiser',
|
|
|
dataIndex: 'merchandiser',
|
|
|
width: 120,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
|
title: '计划单号',
|
|
|
dataIndex: 'planNum',
|
|
|
width: 160,
|
|
|
- fixed: 'left',
|
|
|
+ // fixed: 'left',
|
|
|
className: 'replacecolor'
|
|
|
},
|
|
|
{
|
|
@@ -377,7 +377,7 @@ export default {
|
|
|
title: '备注(U8)',
|
|
|
dataIndex: 'noteU8',
|
|
|
width: 160,
|
|
|
- fixed: 'right',
|
|
|
+ // fixed: 'right',
|
|
|
customRender: t => ellipsis(t),
|
|
|
className: 'replacecolor'
|
|
|
},
|