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