| | |
| | | // dateBtn: true, |
| | | align: "center", |
| | | height: "auto", |
| | | calcHeight: 90, |
| | | calcHeight: 30, |
| | | tip: false, |
| | | searchShowBtn: false, |
| | | searchShow: true, |
| | | searchMenuSpan: 6, |
| | | searchMenuSpan: 3, |
| | | index: true, |
| | | viewBtn: true, |
| | | dialogClickModal: false, |
| | | column: [ |
| | | { |
| | | label: "保安姓名", |
| | | searchLabelWidth: 110, |
| | | // searchLabelWidth: 90, |
| | | prop: "real_name", |
| | | search: true, |
| | | searchSpan: 4, |
| | | searchSpan: 3, |
| | | display: false |
| | | }, |
| | | { |
| | | label: "所属保安公司", |
| | | prop: "enterpriseName", |
| | | width: 300, |
| | | display: false |
| | | }, |
| | | |
| | | { |
| | | label: "保安证编号", |
| | | prop: "securitynumber", |
| | | width: 180, |
| | | display: false |
| | | }, |
| | | { |
| | | label: "身份证号", |
| | | prop: "cardid", |
| | | width: 180, |
| | | display: false |
| | | }, |
| | | { |
| | | label: "联系方式", |
| | | prop: "phone", |
| | | width: 180, |
| | | display: false |
| | | }, |
| | | { |
| | | label: "是否持证", |
| | | prop: "hold", |
| | | searchSpan: 4, |
| | | searchSpan: 3, |
| | | type: "select", |
| | | props: { |
| | | label: "label", |
| | |
| | | { |
| | | label: "是否缴纳社保", |
| | | // labelWidth: 120, |
| | | searchLabelWidth: 110, |
| | | searchLabelWidth: 100, |
| | | prop: "soil", |
| | | searchSpan: 4, |
| | | type: "select", |
| | |
| | | }, |
| | | { |
| | | label: "资格审查情况", |
| | | searchLabelWidth: 110, |
| | | searchLabelWidth: 100, |
| | | prop: "examination_type", |
| | | searchSpan: 4, |
| | | type: "select", |
| | |
| | | { |
| | | label: "是否派遣", |
| | | prop: "dispatch", |
| | | searchSpan: 4, |
| | | searchSpan: 3, |
| | | type: "select", |
| | | props: { |
| | | label: "label", |
| | |
| | | }, |
| | | companyName: "", |
| | | loading: true, |
| | | deptid:'' |
| | | deptid: "" |
| | | }; |
| | | }, |
| | | computed: { |
| | |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | |
| | | |
| | | getLocationParams() { |
| | | let url = window.location.href; |
| | | let urlArr = url.split("?")[1].split("&"); |
| | |
| | | }; |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | /deep/ .avue-crud__menu { |
| | | height: 130px !important; |
| | | } |
| | | // /deep/ .avue-crud__menu { |
| | | // height: 130px !important; |
| | | // } |
| | | </style> |