魏志佳 преди 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',
     align: 'center',
     scopedSlots: { customRender: 'cost' },
-    sorter:()=>{}
+    
   },
   {
     title: '提成比例',
     dataIndex: 'point',
     align: 'center',
     scopedSlots: { customRender: 'point' },
-    sorter:()=>{}
+    
   },
             // {
             //     title: '应得绩效',
@@ -293,7 +293,7 @@ const elseColumns = [
     dataIndex: 'cost',
     align: 'center',
     scopedSlots: { customRender: 'cost' },
-    sorter:()=>{}
+    
   },
  
   {