Commit 4cfc8f7a authored by yangzhengwu's avatar yangzhengwu

修改代码

parent 4a8e64cf
......@@ -96,11 +96,11 @@
field: "gj",
width: 140
},
{
title: "流通直径",
field: "ltzj",
width: 140
},
// {
// title: "流通直径",
// field: "ltzj",
// width: 140
// },
{
title: "机组编码",
field: "jzbm",
......
......@@ -141,11 +141,11 @@
field: "gj",
width: 140
},
{
title: "流通直径",
field: "ltzj",
width: 140
},
// {
// title: "流通直径",
// field: "ltzj",
// width: 140
// },
{
title: "备注",
field: "bz",
......
......@@ -54,14 +54,7 @@ export default {
"label": "设备类型",
"prop": "sblxid",
"span": 12,
"type": "RelSelect",
"typeConfig": {
"src": "sbgl/usblx/query",
"match": {
"value": "id",
"label": "name"
}
}
"type": "input",
},
{
"label": "材质",
......@@ -89,16 +82,9 @@ export default {
"label": "责任专业",
"prop": "zrdwid",
"span": 12,
"type": "RelSelect",
"type": "input",
"value": "",
required: true,
"typeConfig": {
"src": "sbgl/zdrw/query",
"match": {
"value": "id",
"label": "name"
}
}
},
{
"label": "位置",
......
......@@ -48,11 +48,6 @@
title: "设备类型",
field: "sblxid",
width: 140,
transform: {
"url": "sbgl/usblx/query",
"label": "name",
"value": "id"
}
},
{
title: "材质",
......@@ -73,11 +68,6 @@
title: "责任专业",
field: "zrdwid",
width: 140,
transform: {
"url": "sbgl/zdrw/query",
"label": "name",
"value": "id"
}
},
{
title: "位置",
......
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