From 88e09d0bc9b2faf08bc10979c3294a97644cee19 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 13 Feb 2025 10:29:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20GH=E4=BE=8B=E4=BC=9A=E6=95=B0=E6=8D=AE,?= =?UTF-8?q?=202025=E6=A8=A1=E6=9D=BF:=20=E5=AE=A2=E6=9C=8D:=20=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=A5=BD=E8=AF=84=E4=B8=AA=E6=95=B0,=20?= =?UTF-8?q?=E5=9B=A0=E6=95=B0=E6=8D=AE=E8=8E=B7=E5=8F=96=E4=B8=8D=E5=87=86?= =?UTF-8?q?=E7=A1=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Meeting2025-GH.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'] }, ], };