소스 검색

fix: (dashboard) hide sorter

gemercheung 2 년 전
부모
커밋
9228e78f04
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/views/dashboard/analysis/enterprise.vue

+ 3 - 3
src/views/dashboard/analysis/enterprise.vue

@@ -69,19 +69,19 @@
     {
       title: '总观看人数',
       dataIndex: 'spectatorNum',
-      sorter: true,
+      // sorter: true,
       width: 120,
     },
     {
       title: '总直播时长(min)',
       dataIndex: 'duration',
-      sorter: true,
+      // sorter: true,
       width: 120,
     },
     {
       title: '总分享人数',
       dataIndex: 'shareNum',
-      sorter: true,
+      // sorter: true,
       width: 120,
     },
   ];