diff --git a/src/pages/ElecEvaluation/Monitor/Home/index.tsx b/src/pages/ElecEvaluation/Monitor/Home/index.tsx index 1a662b8..5cb9fa9 100644 --- a/src/pages/ElecEvaluation/Monitor/Home/index.tsx +++ b/src/pages/ElecEvaluation/Monitor/Home/index.tsx @@ -1529,6 +1529,9 @@ const MonitorHome: React.FC<{}> = () => { } //监控室点击事件 const onCardClick = (item: any) => { + if (item.status == "3") { + return; + } if (item.status == "0") { message.info("当前评标室未开启,请等待开启后查看"); return;