|
@@ -201,6 +201,7 @@ export default {
|
|
|
{ title: '业务员', width: 120, dataIndex: 'salesman', className: 'replacecolor' },
|
|
|
{ title: '计划师傅/制单人', width: 150, dataIndex: 'maker', className: 'replacecolor'},
|
|
|
{ title: '对单人(手输人)', width: 220, dataIndex: 'planMan', align: 'left', className: 'replacecolor',
|
|
|
+ scopedSlots: { customRender: 'planMan' },
|
|
|
sorter:(a,b)=> {
|
|
|
let temp1="";
|
|
|
let temp2="";
|