Commit 4cfc8f7a authored by yangzhengwu's avatar yangzhengwu

修改代码

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