Merge branch 'release_electronic_bid_evaluation_room' into 'release_20230102'
1.7 第十四版 See merge request eshop/fe_service_ebtp_frontend!116
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user