wjx 7 달 전
부모
커밋
c22f865950
22개의 변경된 파일22개의 추가작업 그리고 22개의 파일을 삭제
  1. 1 1
      src/pages/gameDataStatistics/adlist/monitor/index.tsx
  2. 1 1
      src/pages/gameDataStatistics/extensionData/everyday/index.tsx
  3. 1 1
      src/pages/gameDataStatistics/extensionData/total/index.tsx
  4. 1 1
      src/pages/gameDataStatistics/gameData/active/index.tsx
  5. 1 1
      src/pages/gameDataStatistics/gameData/flowingWater/index.tsx
  6. 1 1
      src/pages/gameDataStatistics/gameData/flowingWater/tableConfig.tsx
  7. 1 1
      src/pages/gameDataStatistics/gameData/h5Recharge/index.tsx
  8. 1 1
      src/pages/gameDataStatistics/gameServer/serverData/index.tsx
  9. 1 1
      src/pages/gameDataStatistics/gameServer/serverEveryData/index.tsx
  10. 1 1
      src/pages/gameDataStatistics/gameServer/serverGsData/index.tsx
  11. 1 1
      src/pages/gameDataStatistics/medium/gameEvery/index.tsx
  12. 1 1
      src/pages/gameDataStatistics/medium/gameTotal/index.tsx
  13. 1 1
      src/pages/gameDataStatistics/medium/mediumActive/index.tsx
  14. 1 1
      src/pages/gameDataStatistics/medium/pitcherEvery/index.tsx
  15. 1 1
      src/pages/gameDataStatistics/medium/pitcherTotal/index.tsx
  16. 1 1
      src/pages/gameDataStatistics/medium/promotionEvery/index.tsx
  17. 1 1
      src/pages/gameDataStatistics/medium/promotionTotal/index.tsx
  18. 1 1
      src/pages/gameDataStatistics/order/tableConfig.tsx
  19. 1 1
      src/pages/gameDataStatistics/rankingList/account/index.tsx
  20. 1 1
      src/pages/gameDataStatistics/rankingList/channel/index.tsx
  21. 1 1
      src/pages/gameDataStatistics/rankingList/game/index.tsx
  22. 1 1
      src/pages/gameDataStatistics/rankingList/gamer/index.tsx

+ 1 - 1
src/pages/gameDataStatistics/adlist/monitor/index.tsx

@@ -7,7 +7,7 @@ import TableData from "../../components/TableData"
 import moment from "moment"
 import { getPresets } from "@/components/QueryForm/const"
 import DayAd from "./dayAd"
-import { Button, message, Modal, notification, Space, Table } from "antd"
+import { Button, message, Modal, Space, Table } from "antd"
 import { PauseCircleOutlined, PlayCircleOutlined } from "@ant-design/icons"
 
 

+ 1 - 1
src/pages/gameDataStatistics/extensionData/everyday/index.tsx

@@ -81,7 +81,7 @@ const Everyday: React.FC = () => {
                     return 20.5 * 5
                 }
             }}
-            title='推广每日数据'
+            title='推广每日数据(T+1)'
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/extensionData/total/index.tsx

@@ -94,7 +94,7 @@ const Total: React.FC = () => {
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
             fixed={{ left: 5, right: 0 }}
-            title='推广总数据'
+            title='推广总数据(T+1)'
             onChange={(props: any) => {
                 console.log('props--->', props)
                 let { pagination, sortData } = props

+ 1 - 1
src/pages/gameDataStatistics/gameData/active/index.tsx

@@ -80,7 +80,7 @@ const Active: React.FC = () => {
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
             estimatedRowHeight={() => 41}
-            title={`游戏留存数据(用户活跃数据2023-08-20开始统计)`}
+            title={`游戏留存数据(用户活跃数据2023-08-20开始统计)(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/gameData/flowingWater/index.tsx

@@ -48,7 +48,7 @@ const FlowingWater: React.FC = () => {
             page={getGameWaterList?.data?.current || 1}
             pageSize={getGameWaterList?.data?.size || 20}
             total={getGameWaterList?.data?.total || 0}
-            title='每日流水贡献'
+            title='每日流水贡献(T+1)'
             onChange={(props: any) => {
                 console.log('props--->', props)
                 let { pagination, sortData } = props

+ 1 - 1
src/pages/gameDataStatistics/gameData/flowingWater/tableConfig.tsx

@@ -16,7 +16,7 @@ function columns12() {
                 { title: '游戏ID', dataIndex: 'gameId', label: '每日流水贡献', align: 'center', width: 80, default: 2, render: (a: string, b: any) => (<WidthEllipsis value={a} />) },
                 {
                     title: '游戏类别', dataIndex: 'gameClassify', label: '每日流水贡献', align: 'center', width: 80, default: 3,
-                    render: (a: string) => (<span>{gameClassifyEnum[a]}</span>)
+                    render: (a: string) => (<span>{gameClassifyEnum[a as keyof typeof gameClassifyEnum]}</span>)
                 },
                 { title: '买量充值金额', dataIndex: 'buyAmount', label: '每日流水贡献', align: 'center', width: 100, default: 4, sorter: true, render: (a: number, b: any) => (<Statistic value={a || 0} valueStyle={a >= 10000 ? { color: 'red' } : { color: '#0f990f' }} />) },
                 { title: '自然量充值金额', dataIndex: 'natureAmount', label: '每日流水贡献', align: 'center', width: 100, default: 5, sorter: true, render: (a: number, b: any) => (<Statistic value={a || 0} valueStyle={a >= 5000 ? { color: 'red' } : { color: '#0f990f' }} />) },

+ 1 - 1
src/pages/gameDataStatistics/gameData/h5Recharge/index.tsx

@@ -64,7 +64,7 @@ const H5Recharge: React.FC = () => {
             total={getGameH5List?.data?.total}
             page={queryForm.pageNum}
             pageSize={queryForm.pageSize}
-            title='H5游戏充值表'
+            title='H5游戏充值表(T+1)'
             size="small"
             onChange={(props: any) => {
                 let { pagination, sortData } = props

+ 1 - 1
src/pages/gameDataStatistics/gameServer/serverData/index.tsx

@@ -70,7 +70,7 @@ const ServerData: React.FC = () => {
                 field: queryForm?.sortFiled,
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
-            title='区服数据'
+            title='区服数据(T+1)'
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/gameServer/serverEveryData/index.tsx

@@ -66,7 +66,7 @@ const ServerEveryData: React.FC = () => {
                 field: queryForm?.sortFiled,
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
-            title='区服每日数据'
+            title='区服每日数据(T+1)'
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/gameServer/serverGsData/index.tsx

@@ -117,7 +117,7 @@ const ServerGsData: React.FC = () => {
             configName={'GS区服数据'}
             fixed={{ left: 4, right: 0 }}
             scroll={{ x: 1000, y: 500 }}
-            title='GS区服数据'
+            title='GS区服数据(T+1)'
             loading={getGameServerGsList.loading || getGameServerGsTotal.loading}
             ajax={getGameServerGsList}
             page={getGameServerGsList?.data?.current || 1}

+ 1 - 1
src/pages/gameDataStatistics/medium/gameEvery/index.tsx

@@ -89,7 +89,7 @@ const GameEvery: React.FC = () => {
                     return 20.5 * 5
                 }
             }}
-            title={`游戏媒体每日数据`}
+            title={`游戏媒体每日数据(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/medium/gameTotal/index.tsx

@@ -88,7 +88,7 @@ const GameTotal: React.FC = () => {
                 field: queryForm?.sortFiled,
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
-            title={`游戏媒体总数据`}
+            title={`游戏媒体总数据(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/medium/mediumActive/index.tsx

@@ -80,7 +80,7 @@ const MediumActive: React.FC = () => {
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
             estimatedRowHeight={() => 41}
-            title={`游戏媒体留存数据(用户活跃数据2023-08-20开始统计)`}
+            title={`游戏媒体留存数据(用户活跃数据2023-08-20开始统计)(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/medium/pitcherEvery/index.tsx

@@ -85,7 +85,7 @@ const PitcherEvery: React.FC = () => {
                     return 20.5 * 5
                 }
             }}
-            title={`投手推广每日数据`}
+            title={`投手推广每日数据(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/medium/pitcherTotal/index.tsx

@@ -84,7 +84,7 @@ const PitcherTotal: React.FC = () => {
                 field: queryForm?.sortFiled,
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
-            title={`投手推广总数居`}
+            title={`投手推广总数居(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/medium/promotionEvery/index.tsx

@@ -89,7 +89,7 @@ const PromotionEvery: React.FC = () => {
                     return 20.5 * 5
                 }
             }}
-            title={`推广媒体每日数据`}
+            title={`推广媒体每日数据(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/medium/promotionTotal/index.tsx

@@ -89,7 +89,7 @@ const PromotionTotal: React.FC = () => {
                 field: queryForm?.sortFiled,
                 order: queryForm?.sortType === 'asc' ? 'ascend' : 'descend'
             }}
-            title={`推广媒体总数据`}
+            title={`推广媒体总数据(T+1)`}
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

+ 1 - 1
src/pages/gameDataStatistics/order/tableConfig.tsx

@@ -283,7 +283,7 @@ function columns12(onDetail: (data: any) => void, back: (b: any) => void): { lab
                     render: (a: any, b: any) => {
                         if (b?.day !== '总计') {
                             return <Space>
-                                <LogA orderId={b?.orderId} backTableName={b?.backTableName || 'oceanengine_app'}/>
+                                {b?.backTableName && <LogA orderId={b?.orderId} backTableName={b?.backTableName}/>}
                                 {(b?.backStatus !== 2 && b?.backStatus !== 1) && <a onClick={() => back(b)}>回传</a>}
                                 <a onClick={() => onDetail(b)}>订单详情</a>
                             </Space>

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

@@ -52,7 +52,7 @@ const Account: React.FC = () => {
             total={getAccountRechargeRankingList?.data?.total}
             page={queryForm.pageNum}
             pageSize={queryForm.pageSize}
-            title='推广账号消耗排行榜'
+            title='推广账号消耗排行榜(T+1)'
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

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

@@ -52,7 +52,7 @@ const Channel: React.FC = () => {
             total={getAgentRechargeRankingList?.data?.total}
             page={queryForm.pageNum}
             pageSize={queryForm.pageSize}
-            title='推广渠道充值排行榜'
+            title='推广渠道充值排行榜(T+1)'
             onChange={(props: any) => {
                 let { pagination, sortData } = props
                 let { current, pageSize } = pagination

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

@@ -65,7 +65,7 @@ const Game: React.FC = () => {
             page={getRechargeGameList?.data?.current || 1}
             pageSize={getRechargeGameList?.data?.size || 20}
             total={getRechargeGameList?.data?.total || 0}
-            title='游戏充值排行榜'
+            title='游戏充值排行榜(T+1)'
             onChange={(props: any) => {
                 console.log('props--->', props)
                 let { pagination, sortData } = props

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

@@ -118,7 +118,7 @@ const Gamer: React.FC = () => {
             configName={'玩家充值排行榜'}
             fixed={{ left: 1, right: 0 }}
             scroll={{ x: 1000, y: 600 }}
-            title='玩家充值排行榜'
+            title='玩家充值排行榜(T+1)'
             loading={getRechargeUserList.loading}
             ajax={getRechargeUserList}
             page={getRechargeUserList?.data?.current || 1}