Commit b7bb7246 authored by 李苏's avatar 李苏 💬

Merge remote-tracking branch 'origin/master'

parents a6617874 9910402a
......@@ -180,7 +180,6 @@
},
methods: {
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.refresh()
},
......
......@@ -41,7 +41,13 @@
url: 'sbgl/usbbg',
tableTitle: [{
title: "设备信息编码",
field: "sbxxcode",
field: "sbxxCode",
fieldType: "upper",
width: 140
},
{
title: "节点编码",
field: "jdCode",
fieldType: "upper",
width: 140
},
......@@ -65,6 +71,11 @@
field: "z",
width: 140
},
{
title: "材质",
field: "cz",
width: 200
},
{
title: "备注",
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