From 42bcd3beec1c0f0ccfa2369ea3cc1c60be1891e9 Mon Sep 17 00:00:00 2001 From: sunyu Date: Mon, 4 Aug 2025 16:08:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B5=84=E5=AE=A1=E5=85=AC?= =?UTF-8?q?=E5=91=8A=E6=97=B6=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF=E9=9A=90?= =?UTF-8?q?=E8=97=8F=EF=BC=9B=E4=BF=AE=E6=94=B9=E5=8F=91=E5=B8=83=E5=AA=92?= =?UTF-8?q?=E4=BD=93=E5=85=AC=E5=91=8A=E6=98=BE=E7=A4=BA=EF=BC=88=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=9A=84=E6=95=B0=E6=8D=AE=E5=BA=93=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/BiddingAnnouncement.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/pages/ZYuShen/Bid/BiddingAnnouncement/components/BiddingAnnouncement.tsx b/src/pages/ZYuShen/Bid/BiddingAnnouncement/components/BiddingAnnouncement.tsx index 3ed636b..dc01691 100644 --- a/src/pages/ZYuShen/Bid/BiddingAnnouncement/components/BiddingAnnouncement.tsx +++ b/src/pages/ZYuShen/Bid/BiddingAnnouncement/components/BiddingAnnouncement.tsx @@ -226,7 +226,6 @@ const BiddingAnnouncement: React.FC = (props) => { setDocReadOnly("true"); setDocSaveBtn("none"); setDocBtnName("查看"); - } }); setAnnoNature(1);//公告类型 @@ -631,7 +630,9 @@ const BiddingAnnouncement: React.FC = (props) => { message: '当前项不可为空', }, ]} - help={AnnouncementGetMsg1("资审文件获取开始时间")} + help={type === "read" + ? '' + : AnnouncementGetMsg1("资审文件获取开始时间")} > @@ -645,7 +646,9 @@ const BiddingAnnouncement: React.FC = (props) => { message: '当前项不可为空', }, ]} - help={AnnouncementGetMsg2("资审文件获取截止时间", "资审文件获取开始时间")} + help={type === "read" + ? ' ' + : AnnouncementGetMsg2("资审文件获取截止时间", "资审文件获取开始时间")} > {editInformation4Change ? { @@ -664,7 +667,9 @@ const BiddingAnnouncement: React.FC = (props) => { message: '当前项不可为空', }, ]} - help={AnnouncementGetMsg3(`资审${replyText}截止时间`, "资审文件获取截止时间", "资审文件获取开始时间")} + help={type === "read" + ? '' + : AnnouncementGetMsg3(`资审${replyText}截止时间`, "资审文件获取截止时间", "资审文件获取开始时间")} > { editInformation4Change ? @@ -684,7 +689,9 @@ const BiddingAnnouncement: React.FC = (props) => { message: '当前项不可为空', }, ]} - help={AnnouncementGetMsg4(`资审${openText}时间`, `资审${replyText}截止时间`)} + help={type === "read" + ? '' + : AnnouncementGetMsg4(`资审${openText}时间`, `资审${replyText}截止时间`)} > { editInformation4Change ?