wjx hace 10 meses
padre
commit
72402982be
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      src/pages/gameDataStatistics/gameData/total/tableConfig.tsx

+ 3 - 3
src/pages/gameDataStatistics/gameData/total/tableConfig.tsx

@@ -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',