| | |
| | | <template> |
| | | <div class="certificateTJ"> |
| | | <div |
| | | :class="[ |
| | | 'certificateTJ', |
| | | $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '', |
| | | ]" |
| | | > |
| | | <avue-crud |
| | | :option="option1" |
| | | :data="data1" |
| | |
| | | export default { |
| | | props: ["card"], |
| | | data() { |
| | | var dicUrl = |
| | | "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697", |
| | | search = true; |
| | | if (this.card.jurisdiction != "") { |
| | | dicUrl = |
| | | "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697&jurisdiction=" + |
| | | this.card.jurisdiction; |
| | | } else if (this.card.jurisdiction == 1372091709474910209) { |
| | | // a = ""; |
| | | } |
| | | if (this.card.deptId != "") { |
| | | search = false; |
| | | } |
| | | return { |
| | | securityid1: "", |
| | | ExperienceVisible: false, |
| | |
| | | pageSize: 10, |
| | | currentPage: 1, |
| | | total: 0, |
| | | ...this.$store.state.control.changePageSize, |
| | | }, |
| | | query1: {}, |
| | | data1: [], |
| | |
| | | stripe: true, |
| | | // tip: false, |
| | | index: true, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | // dialogClickModal: false, |
| | | // headerAlign: "center", |
| | | align: "center", |
| | |
| | | search: true, |
| | | }, |
| | | { |
| | | label: "所属保安公司", |
| | | label: "企业名称", |
| | | searchLabelWidth: "110", |
| | | // prop: "deptName", |
| | | prop: "deptId", |
| | | type: "tree", |
| | | dicUrl: |
| | | "/api/blade-system/dept/security_lazy-tree?parentId=1413470343230877697", |
| | | dicUrl: dicUrl, |
| | | props: { |
| | | label: "title", |
| | | value: "id", |
| | |
| | | // slot: true, |
| | | searchSpan: 5, |
| | | display: false, |
| | | search: true, |
| | | search: search, |
| | | minWidth: 220, |
| | | }, |
| | | { |