|  | @@ -24,19 +24,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
 | 
	
		
			
				|  |  |                      render: (_: any, b: any) => (<WidthEllipsis value={week[moment(b?.orderDate).day()]} />)
 | 
	
		
			
				|  |  |                  },
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  | -                    title: '游戏', dataIndex: 'gameName', label: '充值历史', align: 'center', width: 90, default: 4,
 | 
	
		
			
				|  |  | -                    render: (a: any) => (<WidthEllipsis value={a} />)
 | 
	
		
			
				|  |  | -                },
 | 
	
		
			
				|  |  | -                {
 | 
	
		
			
				|  |  | -                    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,
 | 
	
		
			
				|  |  | +                    title: '10:00', dataIndex: 'tenAmount', label: '充值历史', align: 'center', width: 90, default: 4,
 | 
	
		
			
				|  |  |                      children: [
 | 
	
		
			
				|  |  |                          {
 | 
	
		
			
				|  |  |                              title: '充值',
 | 
	
	
		
			
				|  | @@ -73,7 +61,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
 | 
	
		
			
				|  |  |                      ]
 | 
	
		
			
				|  |  |                  },
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  | -                    title: '14:00', dataIndex: 'fourteenAmount', label: '充值历史', align: 'center', width: 90, default: 8,
 | 
	
		
			
				|  |  | +                    title: '14:00', dataIndex: 'fourteenAmount', label: '充值历史', align: 'center', width: 90, default: 5,
 | 
	
		
			
				|  |  |                      children: [
 | 
	
		
			
				|  |  |                          {
 | 
	
		
			
				|  |  |                              title: '充值',
 | 
	
	
		
			
				|  | @@ -110,7 +98,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
 | 
	
		
			
				|  |  |                      ]
 | 
	
		
			
				|  |  |                  },
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  | -                    title: '17:00', dataIndex: 'seventeenAmount', label: '充值历史', align: 'center', width: 90, default: 9,
 | 
	
		
			
				|  |  | +                    title: '17:00', dataIndex: 'seventeenAmount', label: '充值历史', align: 'center', width: 90, default: 6,
 | 
	
		
			
				|  |  |                      children: [
 | 
	
		
			
				|  |  |                          {
 | 
	
		
			
				|  |  |                              title: '充值',
 | 
	
	
		
			
				|  | @@ -147,7 +135,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
 | 
	
		
			
				|  |  |                      ]
 | 
	
		
			
				|  |  |                  },
 | 
	
		
			
				|  |  |                  {
 | 
	
		
			
				|  |  | -                    title: '24:00', dataIndex: 'twentyfourAmount', label: '充值历史', align: 'center', width: 90, default: 10,
 | 
	
		
			
				|  |  | +                    title: '24:00', dataIndex: 'twentyfourAmount', label: '充值历史', align: 'center', width: 90, default: 7,
 | 
	
		
			
				|  |  |                      children: [
 | 
	
		
			
				|  |  |                          {
 | 
	
		
			
				|  |  |                              title: '充值',
 |