Administrator
2021-12-22 26d2d33f15871687bee2d5729599cb325f864eaa
src/views/securityUnitChild/index.vue
@@ -142,6 +142,7 @@
        <!-- </span> -->
      </el-tab-pane>
      <!-- <span v-else-if="typeTABS.prop === 'tab2'" class="tab"> -->
      <el-tab-pane
        label="保安单位出资人员"
        name="tab2"
@@ -149,9 +150,10 @@
          $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"
@@ -186,8 +188,10 @@
            </template>
          </avue-crud>
        </basic-container>
         </div>
        <!-- </span> -->
      </el-tab-pane>
      <!-- <span v-else-if="typeTABS.prop === 'tab3'" class="tab"> -->
      <el-tab-pane
        label="主要管理人员信息"
@@ -196,9 +200,10 @@
          $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"
@@ -233,6 +238,7 @@
            </template>
          </avue-crud>
        </basic-container>
        </div>
        <!-- </span> -->
      </el-tab-pane>
      <!-- <span v-else-if="typeTABS.prop === 'tab4'" class="tab"> -->
@@ -1126,8 +1132,8 @@
    // },
    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;
@@ -1169,4 +1175,8 @@
  overflow: hidden;
  top: -10px;
}
.manager{
  height: 755px;
}
</style>