From afd23641c336e7198824e6482cfefd9a4ef2049b Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Wed, 13 Aug 2025 11:32:03 +0800 Subject: [PATCH] fix: antd.Tooltip Warning --- src/views/products/Detail/ProductInfoQuotation.jsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/products/Detail/ProductInfoQuotation.jsx b/src/views/products/Detail/ProductInfoQuotation.jsx index 853e459..54fbe5d 100644 --- a/src/views/products/Detail/ProductInfoQuotation.jsx +++ b/src/views/products/Detail/ProductInfoQuotation.jsx @@ -258,11 +258,10 @@ const ProductInfoQuotation = ({ editable, ...props }) => { {t("products:unit_name")}{" "} - {" "} + ), dataIndex: "unit_id", @@ -283,11 +282,11 @@ const ProductInfoQuotation = ({ editable, ...props }) => { {t("products:use_dates")}{" "} - {" "} + ), dataIndex: "use_dates",