| | |
| | | // // trigger: "blur" |
| | | // // }], |
| | | }, |
| | | // { |
| | | // label: "行政区", |
| | | // prop: "addresss", |
| | | // labelWidth: 110, |
| | | // search: true, |
| | | // // width: 110, |
| | | // // overHidden: true |
| | | // }, |
| | | { |
| | | label: "行政区", |
| | | prop: "addresss", |
| | | label: "所属行政区", |
| | | prop: "jurisdiction", |
| | | // multiple: true, |
| | | labelWidth: 110, |
| | | search: true, |
| | | // width: 110, |
| | | // overHidden: true |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-tree?parentId=0", |
| | | props: { |
| | | label: "title", |
| | | value: "id", |
| | | }, |
| | | checkStrictly: true, |
| | | slot: true, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请选择所属行政区", |
| | | trigger: "click", |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | label: "详细地址", |