diff --git a/src/views/DataPivot.jsx b/src/views/DataPivot.jsx index 71c43a7..fe53034 100644 --- a/src/views/DataPivot.jsx +++ b/src/views/DataPivot.jsx @@ -99,7 +99,7 @@ const pageSetting = { { key: 'SingleML', title: '单团毛利', dataIndex: 'SingleML', width: '5em' }, { key: 'OrderValue', title: '单个订单价值', dataIndex: 'OrderValue', width: '5em' }, { key: 'PPPriceRange', title: '人均天(外币)', dataIndex: 'PPPriceRange', width: '5em' }, - { key: 'AvgPPPrice', title: '人均天/单(外币)', dataIndex: 'AvgPPPrice', width: '5em' }, + { key: 'AvgPPPrice', title: '人均天/单(外币)-平均', dataIndex: 'AvgPPPrice', width: '5em' }, // { key: 'unitPPPrice', title: '人均天(外币)', dataIndex: 'unitPPPrice', width: '5em' }, // { key: 'unitPPPriceRange', title: '人均天区间(外币)', dataIndex: 'unitPPPriceRange', width: '5em' }, { key: 'confirmDays', title: '成团周期(天)', dataIndex: 'confirmDays', width: '5em' },