Commit 48c12280 authored by huangyy's avatar huangyy

查询修改

parent 9910402a
......@@ -78,7 +78,7 @@
"typeConfig": {
"src": "sbgl/usblx/query",
"match": {
"value": "id",
"value": "code",
"label": "name"
}
}
......@@ -125,7 +125,7 @@
"typeConfig": {
"src": "sbgl/ujzbm/query",
"match": {
"value": "id",
"value": "code",
"label": "name"
}
}
......
......@@ -93,7 +93,17 @@
transform: {
"url": "sbgl/usblx/query",
"label": "name",
"value": "id"
"value": "code"
}
},
{
title: "机组编码",
field: "jzbm",
width: 140,
transform: {
"url": "sbgl/ujzbm/query",
"label": "name",
"value": "code"
}
},
{
......@@ -121,16 +131,6 @@
field: "ltzj",
width: 140
},
{
title: "机组编码",
field: "jzbm",
width: 140,
transform: {
"url": "sbgl/ujzbm/query",
"label": "name",
"value": "id"
}
},
{
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