Commit 024efa08 authored by 李苏's avatar 李苏 💬

Merge branch 'master' of gitlab.gavelinfo.com:lisu/zghywpc-vue

parents 40647189 8a28846b
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
{ {
fixed: 'left', fixed: 'left',
label: "责任单位", label: "责任单位",
prop: "zrdw", prop: "uzrdwName",
formatter(a,b,v){ formatter(a,b,v){
return v||a.zrdwname return v||a.zrdwname
...@@ -418,15 +418,8 @@ ...@@ -418,15 +418,8 @@
label: '责任单位', label: '责任单位',
prop: 'zrdw', prop: 'zrdw',
span: 6, span: 6,
"type": "RelSelect", type: 'input',
"value": "", value: ''
"typeConfig": {
"src": "sbgl/zdrw/query",
"match": {
"value": "code",
"label": "name"
}
}
} }
] ]
......
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