1.7 第十四版

This commit is contained in:
jl-zhoujl2
2023-01-07 00:01:31 +08:00
parent f40251f8e4
commit bf1d8a3a03

View File

@ -1529,6 +1529,9 @@ const MonitorHome: React.FC<{}> = () => {
} }
//监控室点击事件 //监控室点击事件
const onCardClick = (item: any) => { const onCardClick = (item: any) => {
if (item.status == "3") {
return;
}
if (item.status == "0") { if (item.status == "0") {
message.info("当前评标室未开启,请等待开启后查看"); message.info("当前评标室未开启,请等待开启后查看");
return; return;