| | |
| | | display: false, |
| | | }, |
| | | { |
| | | label: "所属队伍", |
| | | prop: "team", |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | | searchLabelWidth: 90, |
| | | searchSpan: 4, |
| | | dicUrl: "/api/jurisdiction/lazy-team", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | checkStrictly: true, |
| | | display: false, |
| | | }, |
| | | { |
| | | label: "所属角色", |
| | | prop: "roleName", |
| | | slot: true, |
| | |
| | | rules: [ |
| | | { |
| | | required: false, |
| | | message: "请选择所属辖区", |
| | | message: "请选择所属工作单位", |
| | | trigger: "click" |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | label: "所属队伍", |
| | | prop: "team", |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-team", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | checkStrictly: true, |
| | | rules: [ |
| | | { |
| | | required: false, |
| | | message: "请选择所属所属队伍", |
| | | trigger: "click" |
| | | } |
| | | ] |