diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index 98a024b..3a9ad38 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2287,13 +2287,13 @@ const ManyComponent = props => { const [submitLoading, setSubmitLoading] = useState(false); const [processPercent, setProcessPercent] = useState(0); - const [BtnNewQuotation, BtnDraft, BtnPriceverification, BtnConfirmQuantity, btnOrdering, BtnPrintPreview] = props.getI18nNameList( + const [BtnNewQuotation, BtnDraft, BtnPriceverification, BtnConfirmQuantity, btnOrdering, BtnPriceDetails] = props.getI18nNameList( ["BtnNewQuotation", "新报价"], ["BtnDraft", "存草稿"], ["BtnPriceverification", "核价"], ["BtnConfirmQuantity", "确认下单数量"], ["btnOrdering", "下单中..."], - ["BtnPrintPreview", "打印预览"] + ["BtnPriceDetails", "价格明细"] ); // 核价事件 @@ -2411,8 +2411,19 @@ const ManyComponent = props => { > {BtnDraft} -