Procházet zdrojové kódy

fix: (dashboard) hide sorter

gemercheung před 3 roky
rodič
revize
9228e78f04
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      src/views/dashboard/analysis/enterprise.vue

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

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