|
@@ -222,14 +222,14 @@ const columnsFixd = [
|
|
dataIndex: 'cost',
|
|
dataIndex: 'cost',
|
|
align: 'center',
|
|
align: 'center',
|
|
scopedSlots: { customRender: 'cost' },
|
|
scopedSlots: { customRender: 'cost' },
|
|
- sorter:()=>{}
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
{
|
|
{
|
|
title: '提成比例',
|
|
title: '提成比例',
|
|
dataIndex: 'point',
|
|
dataIndex: 'point',
|
|
align: 'center',
|
|
align: 'center',
|
|
scopedSlots: { customRender: 'point' },
|
|
scopedSlots: { customRender: 'point' },
|
|
- sorter:()=>{}
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
// {
|
|
// {
|
|
// title: '应得绩效',
|
|
// title: '应得绩效',
|
|
@@ -293,7 +293,7 @@ const elseColumns = [
|
|
dataIndex: 'cost',
|
|
dataIndex: 'cost',
|
|
align: 'center',
|
|
align: 'center',
|
|
scopedSlots: { customRender: 'cost' },
|
|
scopedSlots: { customRender: 'cost' },
|
|
- sorter:()=>{}
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
|
|
|
|
{
|
|
{
|