电子看板页面样式优化
This commit is contained in:
parent
07e4a25ed6
commit
2eee3afc20
|
|
@ -270,21 +270,21 @@ function addTower(id){
|
|||
let param = {
|
||||
'id': id
|
||||
}
|
||||
openIframe2("tower", '杆塔管理', "child/towerList.html", '1600px', '855px', param);
|
||||
openIframe2("tower", '杆塔管理', "child/towerList.html", '92%', '95%', param);
|
||||
}
|
||||
|
||||
function addThreeSpan(id){
|
||||
let param = {
|
||||
'id': id
|
||||
}
|
||||
openIframe2("threeSpan", '“三跨”管理', "child/threeSpanList.html", '1600px', '855px', param);
|
||||
openIframe2("threeSpan", '“三跨”管理', "child/threeSpanList.html", '92%', '95%', param);
|
||||
}
|
||||
|
||||
function addRopeway(id){
|
||||
let param = {
|
||||
'id': id
|
||||
}
|
||||
openIframe2("ropeway", '索道运输', "child/ropewayList.html", '1600px', '855px', param);
|
||||
openIframe2("ropeway", '索道运输', "child/ropewayList.html", '92%', '95%', param);
|
||||
}
|
||||
|
||||
function exportPro(){
|
||||
|
|
|
|||
Loading…
Reference in New Issue