From a68824ca803cb3b065c8b841229770c7c597fdce Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 6 Aug 2025 16:58:32 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BF=AE=E6=94=B9=E6=97=BA=E5=AD=A3?= =?UTF-8?q?=E3=80=81=E6=B7=A1=E5=AD=A3=EF=BC=9B=E5=8A=A0=E7=B2=97=E4=B8=8D?= =?UTF-8?q?=E5=88=86=E4=BA=BA=E7=AD=89=E3=80=81=E4=B8=8D=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/products/Detail/ProductInfoQuotation.jsx | 10 +++++----- src/views/products/PickYear.jsx | 6 ++---- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/views/products/Detail/ProductInfoQuotation.jsx b/src/views/products/Detail/ProductInfoQuotation.jsx index ceb0054..cd9688f 100644 --- a/src/views/products/Detail/ProductInfoQuotation.jsx +++ b/src/views/products/Detail/ProductInfoQuotation.jsx @@ -44,7 +44,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => { const batchSetupInitialValues = { 'defList': [ - // 旺季 + // 全年 { 'useDateList': [{'useDate': getYearRange(switchParams.use_year)}], 'unitId': '0', @@ -85,7 +85,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => { } ] }, - // 淡季 + // 特殊时间段 { 'useDateList': [ { @@ -293,7 +293,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => { {fields.map((field, index) => ( : { remove(field.name) @@ -461,7 +461,7 @@ const ProductInfoQuotation = ({ editable, ...props }) => { if (!groupMaxUnlimit) quotationForm.setFieldValue('group_size_max', 999) setGroupSizeUnlimit(false) } - }}>不分人等(0~1000) + }}>不分人等(0~1000) { quotationForm.setFieldValue('group_size_max', 999) setGroupMaxUnlimit(false) } - }}>不限(1000) + }}>不限(1000)