From 766411cf16567d079f75a11054dac53a6cd48c3b Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 10 Jan 2024 10:11:34 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E6=95=B0=E6=8D=AE=E9=80=8F=E8=A7=86):=20?= =?UTF-8?q?=E6=B1=87=E6=80=BB=E8=A1=A8=E5=A2=9E=E5=8A=A0:=20=E6=88=90?= =?UTF-8?q?=E5=9B=A2=E5=91=A8=E6=9C=9F,=20=E9=A2=84=E5=AE=9A=E5=91=A8?= =?UTF-8?q?=E6=9C=9F,=20=E5=9B=A2=E5=A4=A9=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataPivot.jsx | 3 +++ 1 file changed, 3 insertions(+) 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: '确认日期' } }, },