| | |
| | | option: { |
| | | height: "auto", |
| | | calcHeight: 54, |
| | | labelWidth:120, |
| | | tip: false, |
| | | searchShow: true, |
| | | searchMenuSpan: 4, |
| | |
| | | display: false, |
| | | }, |
| | | { |
| | | label: "所属辖区", |
| | | label: "居住地辖区", |
| | | prop: "jurisdiction", |
| | | search: true, |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | | searchLabelWidth: 80, |
| | | searchLabelWidth: 90, |
| | | searchSpan: 4, |
| | | dicUrl: "/api/jurisdiction/lazy-tree", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | checkStrictly: true, |
| | | display: false, |
| | | }, |
| | | { |
| | | label: "工作地辖区", |
| | | prop: "workjurisdiction", |
| | | search: true, |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | | searchLabelWidth: 90, |
| | | searchSpan: 4, |
| | | dicUrl: "/api/jurisdiction/lazy-tree", |
| | | props: { |
| | |
| | | slot: true, |
| | | display: false, |
| | | }, |
| | | { |
| | | label: "所属部门", |
| | | prop: "deptName", |
| | | slot: true, |
| | | display: false, |
| | | width: 260, |
| | | }, |
| | | // { |
| | | // label: "所属部门", |
| | | // prop: "deptName", |
| | | // slot: true, |
| | | // display: false, |
| | | // width: 260, |
| | | // }, |
| | | { |
| | | label: "行政区", |
| | | prop: "district", |
| | |
| | | ], |
| | | }, |
| | | { |
| | | label: "所属辖区", |
| | | label: "居住地辖区", |
| | | prop: "jurisdiction", |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-tree", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | checkStrictly: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请选择所属辖区", |
| | | trigger: "click" |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | label: "工作地辖区", |
| | | prop: "workjurisdiction", |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | |
| | | }, |
| | | checkStrictly: true, |
| | | slot: true, |
| | | parent: false, |
| | | rules: [ |
| | | { |
| | | required: true, |