|
@@ -67,7 +67,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
render: (a: string) => <Statistic value={a || 0} />
|
|
|
},
|
|
|
{
|
|
|
- title: '支付宝',
|
|
|
+ title: '支付宝(自然量)',
|
|
|
dataIndex: 'alipayAmount',
|
|
|
key: 'alipayAmount',
|
|
|
align: 'right',
|
|
@@ -76,7 +76,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
render: (a: string) => <Statistic value={a || 0} />
|
|
|
},
|
|
|
{
|
|
|
- title: '微信',
|
|
|
+ title: '微信(自然量)',
|
|
|
dataIndex: 'wxAmount',
|
|
|
key: 'wxAmount',
|
|
|
align: 'right',
|
|
@@ -85,7 +85,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
|
|
|
render: (a: string) => <Statistic value={a || 0} />
|
|
|
},
|
|
|
{
|
|
|
- title: '米大师',
|
|
|
+ title: '米大师(自然量)',
|
|
|
dataIndex: 'miMasterAmount',
|
|
|
key: 'miMasterAmount',
|
|
|
align: 'right',
|