wjx 1 год назад
Родитель
Сommit
3f29290604
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/pages/gameDataStatistics/rankingList/gamer/index.tsx

+ 1 - 1
src/pages/gameDataStatistics/rankingList/gamer/index.tsx

@@ -20,7 +20,7 @@ const Gamer: React.FC = () => {
     }, [queryForm])
 
     return <div>
-        <TableData1
+        <TableData
             leftChild={<QueryForm
                 initialValues={{ sourceSystem: 'ZX_ONE', rechargeDay: [moment(), moment()] }}
                 onChange={(data: any) => {