From fe2e374c8104cb077d52908716505b6f5e478bed Mon Sep 17 00:00:00 2001 From: xuan Date: Fri, 2 Dec 2022 14:08:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20perf(=E9=94=80=E5=94=AE=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1):=20=E9=9A=90=E8=97=8Ftooltips?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/saleStatistic/index.tsx | 59 +++++++++++++++++-------------- 1 file changed, 33 insertions(+), 26 deletions(-) diff --git a/src/pages/saleStatistic/index.tsx b/src/pages/saleStatistic/index.tsx index b792d6e..cdf2961 100644 --- a/src/pages/saleStatistic/index.tsx +++ b/src/pages/saleStatistic/index.tsx @@ -449,12 +449,13 @@ const SaleStatistic = () => { - + {OrderForm.summary.summaryTitle} + {/* {OrderForm.summary.summaryTitle} - + */} {OrderForm.summary.value.num} (共 {OrderForm.summary.total.num} @@ -466,12 +467,13 @@ const SaleStatistic = () => { - - {value.cellTitle} - - - + {value.cellTitle} + // + // + // {value.cellTitle} + // + // + // } desc={value.value.num} customDescClassName={value.value.cls} @@ -486,12 +488,13 @@ const SaleStatistic = () => { - + {ArrangedForm.summary.summaryTitle} + {/* {ArrangedForm.summary.summaryTitle} - + */} {ArrangedForm.summary.value.num} (共计 {ArrangedForm.summary.total.num}) @@ -503,12 +506,13 @@ const SaleStatistic = () => { - - {value.cellTitle} - - - + {value.cellTitle} + // + // + // {value.cellTitle} + // + // + // } desc={value.value.num} customDescClassName={value.value.cls} @@ -525,12 +529,13 @@ const SaleStatistic = () => { - + {PaymentAmountForm.summary.summaryTitle} + {/* {PaymentAmountForm.summary.summaryTitle} - + */} {PaymentAmountForm.summary.value.num} {Object.entries(PaymentAmountForm.form).map(([key, value]) => { @@ -558,12 +563,13 @@ const SaleStatistic = () => { - + {ReturnGoodsOrderForm.summary.summaryTitle} + {/* {ReturnGoodsOrderForm.summary.summaryTitle} - + */} {ReturnGoodsOrderForm.summary.value.num} @@ -573,12 +579,13 @@ const SaleStatistic = () => { - - {value.cellTitle} - - - + {value.cellTitle} + // + // + // {value.cellTitle} + // + // + // } desc={value.value.num} customDescClassName={value.value.cls}