| | |
| | | <template> |
| | | <basic-container> |
| | | <div class="securityUnit"> |
| | | <div |
| | | :class="[ |
| | | 'securityUnit', |
| | | $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '', |
| | | ]" |
| | | > |
| | | <avue-crud |
| | | :option="option" |
| | | :data="data" |
| | |
| | | pageSize: 10, |
| | | currentPage: 1, |
| | | total: 0, |
| | | ...this.$store.state.control.changePageSize, |
| | | }, |
| | | |
| | | treeData: [], |
| | |
| | | submitBtn: true, |
| | | gutter: 30, |
| | | column: column0, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | }, |
| | | obj1: { |
| | | title1: "保安单位出资人员", |
| | |
| | | submitBtn: false, |
| | | gutter: 30, |
| | | column: column1, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | }, |
| | | obj2: { |
| | | title2: "主要管理人员信息", |
| | |
| | | submitBtn: false, |
| | | gutter: 30, |
| | | column: column2, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | }, |
| | | |
| | | forms: false, |
| | |
| | | align: "center", |
| | | selection: true, |
| | | column: column, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | }, |
| | | }; |
| | | }, |