diff --git a/src/views/Meeting2025-GH.jsx b/src/views/Meeting2025-GH.jsx index 119e2d1..dfcbdc4 100644 --- a/src/views/Meeting2025-GH.jsx +++ b/src/views/Meeting2025-GH.jsx @@ -80,9 +80,9 @@ export default observer((props) => { serviceColumns: [ { key: 'label', title: '客服:', dataIndex: 'label', width: 150 }, { key: 'GroupCount', title: '走团个数', dataIndex: 'GroupCount' }, - { key: 'GoodCount', title: '好评个数', dataIndex: 'GoodCount' }, + // { key: 'GoodCount', title: '好评个数', dataIndex: 'GoodCount' }, { key: 'GroupCount1', title: '年走团个数', dataIndex: ['rowYear', 'GroupCount'] }, - { key: 'GoodCount2', title: '年好评个数', dataIndex: ['rowYear', 'GoodCount'] }, + // { key: 'GoodCount2', title: '年好评个数', dataIndex: ['rowYear', 'GoodCount'] }, ], };