|
@@ -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: '充值',
|