Browse Source

取消Order by,后端处理

wfansh 3 months ago
parent
commit
e3af627324
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/adweb/marketing/googleads.vue

+ 1 - 3
src/views/adweb/marketing/googleads.vue

@@ -213,9 +213,7 @@ const chartDetailDataCol = ref([
   {
     title: '展示数 | 点击数',
     key: 'numSlot',
-    align: 'right',
-    sorter: (a, b) => a.impressions - b.impressions,
-    defaultSortOrder: 'descend'
+    align: 'right'
   }
 ]);