-
房主姓名
+
党员名称
+
+
@@ -57,6 +61,10 @@
class="div-table-button--delete"
size="small"
@click="handleDelete(scope.row.id)">删除
+ 中心党员
@@ -86,12 +94,26 @@
:axisStructId="axisStructId">
+
+
+
+
diff --git a/src/views/modules/visual/plugin/power/components/screen-org-tree.vue b/src/views/modules/visual/plugin/power/components/screen-org-tree.vue
index aee878e2b..77263287e 100644
--- a/src/views/modules/visual/plugin/power/components/screen-org-tree.vue
+++ b/src/views/modules/visual/plugin/power/components/screen-org-tree.vue
@@ -249,6 +249,9 @@ export default {
.screen-org-tree {
width: 100%;
height: 100%;
+ .level-row{
+ overflow: auto;
+ }
.level-1-row {
width: 100%;
display: flex;
diff --git a/src/views/modules/visual/plugin/power/organization.vue b/src/views/modules/visual/plugin/power/organization.vue
index 62fdfc1ff..303424b19 100644
--- a/src/views/modules/visual/plugin/power/organization.vue
+++ b/src/views/modules/visual/plugin/power/organization.vue
@@ -129,7 +129,7 @@ export default {
return {
headerList: [
{ title: "序号", coulmn: 'index', width: '100px' },
- { title: "党员", coulmn: 'ownerName' },
+ { title: "党员", coulmn: 'kernelMemberNameConcat' },
{ title: "地址", coulmn: 'address' }
],
headerStyle: [
@@ -170,7 +170,7 @@ export default {
// this.agencyId = user.agencyId
// console.log('agencyId-------', this.agencyId)
// this.agencyId = '50140d770c578100328792121aa7b3c5'
- this.axisStructId = '1518062548749725697'
+ // this.axisStructId = '1518062548749725697'
await nextTick(100)
await this.getAgencylist()//获取组织级别
await this.getStructTree()
@@ -179,6 +179,7 @@ export default {
},
methods: {
onClickNode (e) {
+ this.pageNo = 1
this.axisStructId = e.id
this.getList()
},
@@ -465,6 +466,7 @@ export default {
position: relative;
flex: 1;
height: 100%;
+ width: 50%;
&-top {
width: 100%;
height: 550px;
@@ -510,6 +512,7 @@ export default {
position: relative;
flex: 1;
height: 100%;
+ width: 50%;
&-top {
width: 100%;
height: 100px;