| | |
| | | searchLabelWidth: 50, |
| | | display: false |
| | | }, |
| | | // { |
| | | // label: "企业名称", |
| | | // searchLabelWidth: 75, |
| | | // // prop: "deptName", |
| | | // prop: "deptId", |
| | | // type: "tree", |
| | | // // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697", |
| | | // props: { |
| | | // label: "title", |
| | | // value: "id" |
| | | // }, |
| | | // // hide: true, |
| | | // slot: true, |
| | | // searchSpan: 5, |
| | | // display: false, |
| | | // search: true, |
| | | // minWidth: 160 |
| | | // }, |
| | | { |
| | | label: "企业名称", |
| | | label: "从业单位", |
| | | searchLabelWidth: 75, |
| | | // prop: "deptName", |
| | | prop: "deptId", |
| | | type: "tree", |
| | | prop: "unitName", |
| | | // type: "tree", |
| | | // dicUrl: "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | // props: { |
| | | // label: "title", |
| | | // value: "id" |
| | | // }, |
| | | // hide: true, |
| | | slot: true, |
| | | searchSpan: 5, |
| | |
| | | }] |
| | | }, |
| | | |
| | | { |
| | | label: "是否制证", |
| | | prop: "userType", |
| | | type: "select", |
| | | sortable: true, |
| | | slot: true, |
| | | search: true, |
| | | // searchValue: 7, |
| | | editDisplay: false, |
| | | addDisplay: false, |
| | | searchSpan: 3, |
| | | width: 110, |
| | | dicData: [{ |
| | | label: "已制证", |
| | | value: 6 |
| | | }, |
| | | { |
| | | label: "未制证", |
| | | value: 7 |
| | | } |
| | | ] |
| | | }, |
| | | // { |
| | | // label: "是否制证", |
| | | // prop: "userType", |
| | | // type: "select", |
| | | // sortable: true, |
| | | // slot: true, |
| | | // search: true, |
| | | // // searchValue: 7, |
| | | // editDisplay: false, |
| | | // addDisplay: false, |
| | | // searchSpan: 3, |
| | | // width: 110, |
| | | // dicData: [{ |
| | | // label: "已制证", |
| | | // value: 6 |
| | | // }, |
| | | // { |
| | | // label: "未制证", |
| | | // value: 7 |
| | | // } |
| | | // ] |
| | | // }, |
| | | |
| | | // { |
| | | // label: "发证日期", |