diff --git a/src/components/QuickQuote/index.jsx b/src/components/QuickQuote/index.jsx index ac3ce65..50c5ecd 100644 --- a/src/components/QuickQuote/index.jsx +++ b/src/components/QuickQuote/index.jsx @@ -2323,13 +2323,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", "价格明细"] ); // 核价事件 @@ -2426,7 +2426,7 @@ const ManyComponent = props => { manyData: state.manyData, })); }, - fixedHeight: 185, + fixedHeight: 145, }; return ( @@ -2447,8 +2447,19 @@ const ManyComponent = props => { > {BtnDraft} -