Commit 71d81504 authored by huangyy's avatar huangyy

设备查询修改

parent 5c1985d2
...@@ -180,7 +180,6 @@ ...@@ -180,7 +180,6 @@
}, },
methods: { methods: {
getRow(row){ getRow(row){
this.$refs.sbbg.$refs.basePage.queryParams.mid = row.id
this.$refs.sbbg.$refs.basePage.queryParams.sbxxcode = row.code this.$refs.sbbg.$refs.basePage.queryParams.sbxxcode = row.code
this.$refs.sbbg.$refs.basePage.refresh() this.$refs.sbbg.$refs.basePage.refresh()
}, },
......
...@@ -41,7 +41,13 @@ ...@@ -41,7 +41,13 @@
url: 'sbgl/usbbg', url: 'sbgl/usbbg',
tableTitle: [{ tableTitle: [{
title: "设备信息编码", title: "设备信息编码",
field: "sbxxcode", field: "sbxxCode",
fieldType: "upper",
width: 140
},
{
title: "节点编码",
field: "jdCode",
fieldType: "upper", fieldType: "upper",
width: 140 width: 140
}, },
...@@ -65,6 +71,11 @@ ...@@ -65,6 +71,11 @@
field: "z", field: "z",
width: 140 width: 140
}, },
{
title: "材质",
field: "cz",
width: 200
},
{ {
title: "备注", title: "备注",
field: "bz", field: "bz",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment