From 729a3f64205f01957ebd34bd5ecf9beb53c11cf1 Mon Sep 17 00:00:00 2001 From: jl-zhoujl2 Date: Fri, 27 May 2022 08:40:09 +0800 Subject: [PATCH] =?UTF-8?q?5.26=20=E5=A4=9A=E8=BD=AE=E6=8B=9B=E5=8B=9F?= =?UTF-8?q?=E4=B8=8D=E5=8A=A0=E5=85=AC=E5=85=B1=E6=9C=8D=E5=8A=A1=E5=B9=B3?= =?UTF-8?q?=E5=8F=B0=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/PublicPlatform.tsx | 2 +- .../ExceptionHandling/ExceptionHandling.tsx | 14 +++++------ .../BiddingAnnouncementList.tsx | 24 +++++++++---------- .../Calibration/BidPublicityResult/index.tsx | 12 +++++----- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx b/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx index a3152d8..a804ac0 100644 --- a/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx +++ b/src/pages/Bid/BiddingAnnouncement/components/PublicPlatform.tsx @@ -331,7 +331,7 @@ const PublicPlatform: React.FC<{}> = () => {
公共服务平台信息} - extra={注:因公共服务平台的公告/公示信息无法实时推送,招标采购中心发送成功后,建议间隔15分钟到公共服务平台进行确认} + extra={注:因公共服务平台的公告/公示信息无法实时推送,招标采购中心发送成功后,建议间隔15分钟到公共服务平台进行确认} />
diff --git a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx index 76090cd..400a4ac 100644 --- a/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx +++ b/src/pages/Project/ProjectManage/ProjectManager/ProjectDocumentation/components/ExceptionHandling/ExceptionHandling.tsx @@ -352,7 +352,7 @@ const ExceptionHandling: React.FC = (props) => { 失败公告提交审批 - + toDelete(record)} @@ -375,7 +375,7 @@ const ExceptionHandling: React.FC = (props) => { - + toDelete(record)} @@ -408,7 +408,7 @@ const ExceptionHandling: React.FC = (props) => { 发布失败公告 - + toDelete(record)} @@ -441,7 +441,7 @@ const ExceptionHandling: React.FC = (props) => { 失败公告提交审批 - + toDelete(record)} @@ -467,7 +467,7 @@ const ExceptionHandling: React.FC = (props) => { - + ) : record.status == 0 && record.sendMessageStatus == 6 ? ( //草稿-公告发布失败 <> @@ -490,7 +490,7 @@ const ExceptionHandling: React.FC = (props) => { 发布失败公告 - + toDelete(record)} @@ -513,7 +513,7 @@ const ExceptionHandling: React.FC = (props) => { - + ) : null, }, diff --git a/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx b/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx index baa8fc1..ea80df6 100644 --- a/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx +++ b/src/pages/ZZhaoMu/Bid/BiddingAnnouncement/BiddingAnnouncementList.tsx @@ -120,7 +120,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { <> - + {/* */} ); @@ -130,7 +130,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); let btn3 = ( @@ -140,7 +140,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); let btn4 = ( @@ -150,7 +150,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); @@ -160,7 +160,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} {getProMethod() == "procurement_mode_4" ? : null} @@ -174,7 +174,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); @@ -263,7 +263,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { <> - + {/* */} ); @@ -273,7 +273,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); let btn3 = ( @@ -283,7 +283,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); let btn4 = ( @@ -293,7 +293,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); @@ -303,7 +303,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} {getProMethod() == "procurement_mode_4" ? : null} @@ -315,7 +315,7 @@ const BiddingAnnouncementList: React.FC<{}> = (props) => { - + {/* */} ); diff --git a/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx b/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx index 6961ba1..caef4e3 100644 --- a/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx +++ b/src/pages/ZZhaoMu/Calibration/BidPublicityResult/index.tsx @@ -112,7 +112,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { <>       - + {/* */} ); @@ -122,7 +122,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { - + {/* */} ); let btn3 = ( @@ -132,7 +132,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { - + {/* */} ); let btn4 = ( @@ -142,7 +142,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { - + {/* */} ); @@ -152,7 +152,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { - + {/* */} ); let btn6 = ( @@ -162,7 +162,7 @@ const BidPublicityResult: React.FC<{}> = (props) => { - + {/* */} );