修改路由位置,跳转功能完善
This commit is contained in:
@ -32,7 +32,7 @@ const OnlineSupervision: React.FC<{}> = () => {
|
||||
|
||||
//在线监督
|
||||
function supervision(record: any): void {
|
||||
message.warn('功能开发中....');
|
||||
window.open("/MonitorScreen/ProjectMonitorRoom?monitorId=" + record.id);
|
||||
}
|
||||
|
||||
const columns: ProColumns<any>[] = [
|
||||
|
@ -34,7 +34,7 @@ const PostSupervision: React.FC<{}> = () => {
|
||||
|
||||
//评标监控回看
|
||||
function reviewMonitor(record: any): void {
|
||||
message.warn('功能开发中....');
|
||||
window.open("/MonitorScreen/ProjectMonitorRoom?monitorId=" + record.id);
|
||||
}
|
||||
|
||||
const columns: ProColumns<any>[] = [
|
||||
|
Reference in New Issue
Block a user