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