From 20e237f75d08e03b1a38621eb1c9d2bf3b21d33a Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 7 Feb 2025 17:03:31 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9GH=E4=BE=8B=E4=BC=9A?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E7=9A=84=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Meeting2024-GH.jsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/Meeting2024-GH.jsx b/src/views/Meeting2024-GH.jsx index 2224a0f..5d57501 100644 --- a/src/views/Meeting2024-GH.jsx +++ b/src/views/Meeting2024-GH.jsx @@ -71,16 +71,16 @@ export default observer((props) => { ], salesColumns: [ { key: 'label', title: '顾问:', dataIndex: 'label', width: 150 }, - { key: 'CJCount', title: '周成交个数', dataIndex: 'CJCount' }, - { key: 'YJLY', title: '周成交毛利(万)', dataIndex: 'YJLY', render: (text) => numberConvert10K(text) }, + { key: 'CJCount', title: '成交个数', dataIndex: 'CJCount' }, + { key: 'YJLY', title: '成交毛利(万)', dataIndex: 'YJLY', render: (text) => numberConvert10K(text) }, { key: 'CJCount1', title: '年成交个数', dataIndex: ['rowYear', 'CJCount'] }, { key: 'YJLY1', title: '年成交毛利(万)', dataIndex: ['rowYear', 'YJLY'], render: (text) => numberConvert10K(text) }, { key: 'YJLY2', title: '年走团毛利(万)', dataIndex: ['rowYear', 'YJLY2'], render: (text) => numberConvert10K(text) }, ], serviceColumns: [ { key: 'label', title: '客服:', dataIndex: 'label', width: 150 }, - { key: 'GroupCount', title: '周走团个数', dataIndex: 'GroupCount' }, - { key: 'GoodCount', title: '周好评个数', dataIndex: 'GoodCount' }, + { key: 'GroupCount', title: '走团个数', dataIndex: 'GroupCount' }, + { key: 'GoodCount', title: '好评个数', dataIndex: 'GoodCount' }, { key: 'GroupCount1', title: '年走团个数', dataIndex: ['rowYear', 'GroupCount'] }, { key: 'GoodCount2', title: '年好评个数', dataIndex: ['rowYear', 'GoodCount'] }, ], @@ -111,20 +111,20 @@ export default observer((props) => { - 2024-GH: 市场 - + GH: 市场 + - 2024-GH: 顾问成交 - + GH: 顾问成交 +
- 2024-GH: 客服 - + GH: 客服 +