| | |
| | | selection: true, |
| | | dialogClickModal: false, |
| | | column: [{ |
| | | width: 156, |
| | | // width: 156, |
| | | overHidden: true, |
| | | label: "社区名称", |
| | | prop: "name", |
| | |
| | | },], |
| | | }, |
| | | { |
| | | width: 110, |
| | | // width: 110, |
| | | overHidden: true, |
| | | label: "社区编号", |
| | | prop: "code", |
| | |
| | | }, |
| | | |
| | | { |
| | | width: 110, |
| | | // width: 110, |
| | | label: "所属街道", |
| | | parent: false, |
| | | addDisplay: false, |
| | |
| | | },], |
| | | }, |
| | | |
| | | // { |
| | | // width: 110, |
| | | // label: "社区民警", |
| | | // prop: "resPoliceUserId", |
| | | // type: "tree", |
| | | // multiple: true, |
| | | // dicUrl: "/api/blade-system/user/getUserListByParam?roleName=民警", |
| | | // props: { |
| | | // label: "name", |
| | | // value: "id" |
| | | // }, |
| | | // rules: [{ |
| | | // required: true, |
| | | // message: "请选择社区民警", |
| | | // trigger: "blur", |
| | | // },], |
| | | // }, |
| | | { |
| | | width: 110, |
| | | label: "社区民警", |
| | | prop: "resPoliceUserId", |
| | | type: "tree", |
| | | multiple: true, |
| | | dicUrl: "/api/blade-system/user/getUserListByParam?roleName=民警", |
| | | props: { |
| | | label: "name", |
| | | value: "id" |
| | | }, |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择社区民警", |
| | | trigger: "blur", |
| | | },], |
| | | }, |
| | | { |
| | | width: 110, |
| | | // width: 110, |
| | | label: "社区图片", |
| | | prop: "picUrl", |
| | | type: "upload", |