| | |
| | | <!-- </span> --> |
| | | </el-tab-pane> |
| | | <!-- <span v-else-if="typeTABS.prop === 'tab2'" class="tab"> --> |
| | | |
| | | <el-tab-pane |
| | | label="保安单位出资人员" |
| | | name="tab2" |
| | |
| | | $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '', |
| | | ]" |
| | | > |
| | | <div class="manager"> |
| | | <basic-container> |
| | | <avue-crud |
| | | v-if="visible" |
| | | v-if="true" |
| | | :option="option1" |
| | | :data="data1" |
| | | :page.sync="page1" |
| | |
| | | </template> |
| | | </avue-crud> |
| | | </basic-container> |
| | | </div> |
| | | <!-- </span> --> |
| | | </el-tab-pane> |
| | | |
| | | <!-- <span v-else-if="typeTABS.prop === 'tab3'" class="tab"> --> |
| | | <el-tab-pane |
| | | label="主要管理人员信息" |
| | |
| | | $store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '', |
| | | ]" |
| | | > |
| | | <div class="manager"> |
| | | <basic-container> |
| | | <avue-crud |
| | | v-if="visible" |
| | | v-if="true" |
| | | :option="option2" |
| | | :data="data2" |
| | | :page.sync="page2" |
| | |
| | | </template> |
| | | </avue-crud> |
| | | </basic-container> |
| | | </div> |
| | | <!-- </span> --> |
| | | </el-tab-pane> |
| | | <!-- <span v-else-if="typeTABS.prop === 'tab4'" class="tab"> --> |
| | |
| | | // }, |
| | | windowHeight() { |
| | | // console.log(this.windowHeight, "windowHeight"); |
| | | this.option1.height = this.windowHeight - 320; |
| | | this.option2.height = this.windowHeight - 320; |
| | | // this.option1.height = this.windowHeight + 100; |
| | | // this.option2.height = this.windowHeight - 320; |
| | | this.visible = false; |
| | | this.$nextTick(() => { |
| | | this.visible = true; |
| | |
| | | overflow: hidden; |
| | | top: -10px; |
| | | } |
| | | |
| | | .manager{ |
| | | height: 755px; |
| | | } |
| | | </style> |