生产监控跳转
This commit is contained in:
@@ -633,7 +633,8 @@ export default {
|
||||
},
|
||||
opclickshowPanel($event) {
|
||||
if ($event.path[2].id !== undefined && $event.path[2].id !== null && $event.path[2].id !== '') {
|
||||
var aaa = 'http://192.168.1.232/webpage/MesWebFun02.htm?opname=' + $event.path[2].id + '&ip=192.168.1.232&port=61101'
|
||||
// var aaa = 'http://192.168.1.232/webpage/MesWebFun02.htm?opname=' + $event.path[2].id + '&ip=192.168.1.232&port=61101'
|
||||
var aaa = 'http://192.168.1.232:8007/#/login?OPNAME=' + $event.path[2].id
|
||||
window.open(aaa)
|
||||
}
|
||||
},
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
</el-select>
|
||||
<el-button type="primary" size="small" icon="el-icon-bangzhu" style="margin-left: 10px" @click="selectAll(tableData)">全选</el-button>
|
||||
<el-button type="baocun" size="small" icon="el-icon-upload" style="margin-left: 10px" @click="save">保存</el-button>
|
||||
<el-button type="baocun" size="small" icon="el-icon-upload" style="margin-left: 10px" @click="save">保存</el-button>
|
||||
</el-card>
|
||||
<el-card>
|
||||
<el-table
|
||||
|
||||
Reference in New Issue
Block a user