feat: GH例会数据, 2025模板: 客服: 不显示好评个数, 因数据获取不准确

feature/hotel-cruise
Lei OT 5 months ago
parent ff4852475c
commit 88e09d0bc9

@ -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'] },
],
};

Loading…
Cancel
Save