From e3aa9c4299558b5c62fcc6a12ac02fd1f4fec0f4 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 19 Sep 2025 16:14:32 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=95=B0=E6=8D=AE=E9=80=8F=E8=A7=86:?= =?UTF-8?q?=20=E8=A1=A8=E5=A4=B4=20`=E4=BA=BA=E5=9D=87=E5=A4=A9/=E5=8D=95(?= =?UTF-8?q?=E5=A4=96=E5=B8=81)`=20=3D=20`=E4=BA=BA=E5=9D=87=E5=A4=A9/?= =?UTF-8?q?=E5=8D=95(=E5=A4=96=E5=B8=81)-=E5=B9=B3=E5=9D=87`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/DataPivot.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },