diff --git a/src/views/DataPivot.jsx b/src/views/DataPivot.jsx index b23cfaa..106442e 100644 --- a/src/views/DataPivot.jsx +++ b/src/views/DataPivot.jsx @@ -79,6 +79,9 @@ const pageSetting = { { 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' }, + { key: 'applyDays', title: '预定周期(天)', dataIndex: 'applyDays', width: '5em' }, + { key: 'tourdays', title: '团天数', dataIndex: 'tourdays', width: '5em' }, ], searchInitial: { DateType: { key: 'confirmDate', value: 'confirmDate', label: '确认日期' } }, },