wjx před 2 týdny
rodič
revize
35dd93cb60

+ 33 - 33
src/pages/launchSystemV3/monitorEWList/astraGroupHourEle.tsx

@@ -61,39 +61,39 @@ const AstraGroupHourEle: React.FC<AstraGroupHourProps> = ({ localCsgroupName, da
                             return <span style={{ fontSize: 12 }}>{value}</span>
                         },
                     },
-                    {
-                        title: '消耗',
-                        dataIndex: 'cost',
-                        key: 'cost',
-                        width: 80,
-                        sorter: (a, b) => a.cost - b.cost,
-                        align: 'right',
-                        render(value) {
-                            return <Statistic value={value || 0} />
-                        },
-                    },
-                    {
-                        title: '加粉次数(广告)',
-                        dataIndex: 'scanFollowCount',
-                        key: 'scanFollowCount',
-                        width: 80,
-                        sorter: (a, b) => a.scanFollowCount - b.scanFollowCount,
-                        align: 'right',
-                        render(value) {
-                            return <span style={{ fontSize: 12 }}>{value}</span>
-                        },
-                    },
-                    {
-                        title: '加粉人数(广告)',
-                        dataIndex: 'scanFollowUserCount',
-                        key: 'scanFollowUserCount',
-                        width: 80,
-                        sorter: (a, b) => a.scanFollowUserCount - b.scanFollowUserCount,
-                        align: 'right',
-                        render(value) {
-                            return <span style={{ fontSize: 12 }}>{value}</span>
-                        },
-                    },
+                    // {
+                    //     title: '消耗',
+                    //     dataIndex: 'cost',
+                    //     key: 'cost',
+                    //     width: 80,
+                    //     sorter: (a, b) => a.cost - b.cost,
+                    //     align: 'right',
+                    //     render(value) {
+                    //         return <Statistic value={value || 0} />
+                    //     },
+                    // },
+                    // {
+                    //     title: '加粉次数(广告)',
+                    //     dataIndex: 'scanFollowCount',
+                    //     key: 'scanFollowCount',
+                    //     width: 80,
+                    //     sorter: (a, b) => a.scanFollowCount - b.scanFollowCount,
+                    //     align: 'right',
+                    //     render(value) {
+                    //         return <span style={{ fontSize: 12 }}>{value}</span>
+                    //     },
+                    // },
+                    // {
+                    //     title: '加粉人数(广告)',
+                    //     dataIndex: 'scanFollowUserCount',
+                    //     key: 'scanFollowUserCount',
+                    //     width: 80,
+                    //     sorter: (a, b) => a.scanFollowUserCount - b.scanFollowUserCount,
+                    //     align: 'right',
+                    //     render(value) {
+                    //         return <span style={{ fontSize: 12 }}>{value}</span>
+                    //     },
+                    // },
                     {
                         title: '加粉人数',
                         dataIndex: 'addUserCount',

+ 33 - 33
src/pages/launchSystemV3/monitorEWList/astraGroupIndexEle.tsx

@@ -61,39 +61,39 @@ const AstraGroupIndexEle: React.FC<AstraGroupHourProps> = ({ localCsgroupName, d
                             return <span style={{ fontSize: 12 }}>{value}</span>
                         },
                     },
-                    {
-                        title: '消耗',
-                        dataIndex: 'cost',
-                        key: 'cost',
-                        width: 80,
-                        sorter: true,
-                        align: 'right',
-                        render(value) {
-                            return <Statistic value={value || 0} />
-                        },
-                    },
-                    {
-                        title: '加粉次数(广告)',
-                        dataIndex: 'scanFollowCount',
-                        key: 'scanFollowCount',
-                        width: 80,
-                        sorter: true,
-                        align: 'right',
-                        render(value) {
-                            return <span style={{ fontSize: 12 }}>{value}</span>
-                        },
-                    },
-                    {
-                        title: '加粉人数(广告)',
-                        dataIndex: 'scanFollowUserCount',
-                        key: 'scanFollowUserCount',
-                        width: 80,
-                        sorter: true,
-                        align: 'right',
-                        render(value) {
-                            return <span style={{ fontSize: 12 }}>{value}</span>
-                        },
-                    },
+                    // {
+                    //     title: '消耗',
+                    //     dataIndex: 'cost',
+                    //     key: 'cost',
+                    //     width: 80,
+                    //     sorter: true,
+                    //     align: 'right',
+                    //     render(value) {
+                    //         return <Statistic value={value || 0} />
+                    //     },
+                    // },
+                    // {
+                    //     title: '加粉次数(广告)',
+                    //     dataIndex: 'scanFollowCount',
+                    //     key: 'scanFollowCount',
+                    //     width: 80,
+                    //     sorter: true,
+                    //     align: 'right',
+                    //     render(value) {
+                    //         return <span style={{ fontSize: 12 }}>{value}</span>
+                    //     },
+                    // },
+                    // {
+                    //     title: '加粉人数(广告)',
+                    //     dataIndex: 'scanFollowUserCount',
+                    //     key: 'scanFollowUserCount',
+                    //     width: 80,
+                    //     sorter: true,
+                    //     align: 'right',
+                    //     render(value) {
+                    //         return <span style={{ fontSize: 12 }}>{value}</span>
+                    //     },
+                    // },
                     {
                         title: '加粉人数',
                         dataIndex: 'addUserCount',

+ 30 - 30
src/pages/launchSystemV3/monitorEWList/tableConfig.tsx

@@ -271,36 +271,36 @@ export const LocalCsgroupDayListTableConfig = (): ColumnsType<never> => {
             },
         },
 
-        {
-            title: '消耗',
-            dataIndex: 'cost',
-            key: 'cost',
-            width: 100,
-            align: 'right',
-            render(value) {
-                return <Statistic value={value || 0} />
-            },
-        },
-        {
-            title: '加粉次数(广告)',
-            dataIndex: 'scanFollowCount',
-            key: 'scanFollowCount',
-            width: 100,
-            align: 'right',
-            render(value) {
-                return <span style={{ fontSize: 12 }}>{value}</span>
-            },
-        },
-        {
-            title: '加粉人数(广告)',
-            dataIndex: 'scanFollowUserCount',
-            key: 'scanFollowUserCount',
-            width: 100,
-            align: 'right',
-            render(value) {
-                return <span style={{ fontSize: 12 }}>{value}</span>
-            },
-        },
+        // {
+        //     title: '消耗',
+        //     dataIndex: 'cost',
+        //     key: 'cost',
+        //     width: 100,
+        //     align: 'right',
+        //     render(value) {
+        //         return <Statistic value={value || 0} />
+        //     },
+        // },
+        // {
+        //     title: '加粉次数(广告)',
+        //     dataIndex: 'scanFollowCount',
+        //     key: 'scanFollowCount',
+        //     width: 100,
+        //     align: 'right',
+        //     render(value) {
+        //         return <span style={{ fontSize: 12 }}>{value}</span>
+        //     },
+        // },
+        // {
+        //     title: '加粉人数(广告)',
+        //     dataIndex: 'scanFollowUserCount',
+        //     key: 'scanFollowUserCount',
+        //     width: 100,
+        //     align: 'right',
+        //     render(value) {
+        //         return <span style={{ fontSize: 12 }}>{value}</span>
+        //     },
+        // },
         {
             title: '加粉人数',
             dataIndex: 'addUserCount',

+ 1 - 1
src/pages/launchSystemV3/tencenTasset/corpWechat/csgroup/components/group/closeSwitch.tsx

@@ -1,5 +1,5 @@
 import React from 'react';
-import { message, Switch } from 'antd';
+import { Switch } from 'antd';
 import { useAjax } from '@/Hook/useAjax';
 import { closeSwitchUpdateApi } from '@/services/adqV3/global';