浏览代码

'绩效-设计'

魏志佳 5 年之前
父节点
当前提交
8c993dcc07
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/modules/Statistics/performanceRelated/performanceRelated.vue

+ 3 - 3
src/views/modules/Statistics/performanceRelated/performanceRelated.vue

@@ -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:()=>{}
+    
   },
   },
  
  
   {
   {