From 26d2d33f15871687bee2d5729599cb325f864eaa Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 22 Dec 2021 14:50:16 +0800
Subject: [PATCH] 主要管理人员修改
---
src/views/securityUnitChild/index.vue | 18 ++++++++++++++----
1 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/src/views/securityUnitChild/index.vue b/src/views/securityUnitChild/index.vue
index cac55eb..8df4ec1 100644
--- a/src/views/securityUnitChild/index.vue
+++ b/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>
\ No newline at end of file
--
Gitblit v1.9.3