wjx hai 1 ano
pai
achega
40c5acb9be

+ 1 - 1
src/pages/gameDataStatistics/stream/recharge/index.tsx

@@ -66,7 +66,7 @@ const Recharge: React.FC = () => {
             isVirtually={false}
             scroll={{ x: 1000, y: 600 }}
             ajax={getGameRechargeList}
-            fixed={{ left: 5, right: 1 }}
+            fixed={{ left: 0, right: 0 }}
             dataSource={getGameRechargeList?.data?.records?.map((item: any, index: number) => ({ ...item, id: Number(queryForm.pageNum.toString() + index.toString()) }))}
             total={getGameRechargeList?.data?.total}
             page={queryForm.pageNum}

+ 13 - 5
src/pages/gameDataStatistics/stream/recharge/tableConfig.tsx

@@ -24,11 +24,19 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (_: any, b: any) => (<WidthEllipsis value={week[moment(b?.orderDate).day()]} />)
                 },
                 {
-                    title: '投手', dataIndex: 'pitcherName', label: '充值历史', align: 'center', width: 90, default: 4,
+                    title: '游戏', dataIndex: 'gameName', label: '充值历史', align: 'center', width: 90, default: 4,
                     render: (a: any) => (<WidthEllipsis value={a} />)
                 },
                 {
-                    title: '10:00', dataIndex: 'tenAmount', label: '充值历史', align: 'center', width: 90, default: 5,
+                    title: '渠道名称', dataIndex: 'agentName', label: '充值历史', align: 'center', width: 90, default: 5,
+                    render: (a: any) => (<WidthEllipsis value={a} />)
+                },
+                {
+                    title: '投手', dataIndex: 'pitcherName', label: '充值历史', align: 'center', width: 90, default: 6,
+                    render: (a: any) => (<WidthEllipsis value={a} />)
+                },
+                {
+                    title: '10:00', dataIndex: 'tenAmount', label: '充值历史', align: 'center', width: 90, default: 7,
                     children: [
                         {
                             title: '充值',
@@ -65,7 +73,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     ]
                 },
                 {
-                    title: '14:00', dataIndex: 'fourteenAmount', label: '充值历史', align: 'center', width: 90, default: 6,
+                    title: '14:00', dataIndex: 'fourteenAmount', label: '充值历史', align: 'center', width: 90, default: 8,
                     children: [
                         {
                             title: '充值',
@@ -102,7 +110,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     ]
                 },
                 {
-                    title: '17:00', dataIndex: 'seventeenAmount', label: '充值历史', align: 'center', width: 90, default: 7,
+                    title: '17:00', dataIndex: 'seventeenAmount', label: '充值历史', align: 'center', width: 90, default: 9,
                     children: [
                         {
                             title: '充值',
@@ -139,7 +147,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     ]
                 },
                 {
-                    title: '24:00', dataIndex: 'twentyfourAmount', label: '充值历史', align: 'center', width: 90, default: 8,
+                    title: '24:00', dataIndex: 'twentyfourAmount', label: '充值历史', align: 'center', width: 90, default: 10,
                     children: [
                         {
                             title: '充值',