Browse Source

党组织前端写死

master
mk 1 year ago
parent
commit
cd75248d86
  1. 69
      src/views/next/dialog-module/hsyf-left/partyCommittee/zhen.vue

69
src/views/next/dialog-module/hsyf-left/partyCommittee/zhen.vue

@ -54,43 +54,63 @@ export default {
}, },
{ {
name: '迟洪超', name: '迟洪超',
position: '镇长' position: '党委副书记/镇长'
}, },
{ {
name: '孙方良', name: '隋信海',
position: '副书记' position: '人大主席提名人选'
}, },
{ {
name: '周磊', name: '周磊',
position: '副书记' position: '党委副书记'
}, },
{ {
name: '鲁建', name: '崔珍珍',
position: '党委书记/副镇长' position: '党委委员/副镇长'
}, },
{ {
name: '李松阳', name: '李松阳',
position: '纪委书记' position: '党委委员/纪委书记/区监察委员会派出监察室主任'
}, },
{ {
name: '王波', name: '王波',
position: '组织委员' position: '党委组织委员'
}, },
{ {
name: '刘晨', name: '范清',
position: '宣传委员' position: '党委宣传统战委员'
}, },
{ {
name: '胡耀', name: '张宏超',
position: '政法委员' position: '党委委员'
}, },
{ {
name: '杜杰', name: '马克',
position: '武装部部长' position: '副镇长'
}, },
{ {
name: '张宏超', name: '田旭升',
position: '党委委员' position: '副镇长提名人选'
},
{
name: '邢晶晶',
position: '经济发展服务中心主任'
},
{
name: '吴双文',
position: '综合治理中心主任'
},
{
name: '赵乙欣',
position: '农业农村服务中心主任'
},
{
name: '王方学',
position: '规划建设服务中心主任'
},
{
name: '刘纪鹏',
position: '便民服务中心主任'
} }
] ]
} }
@ -102,7 +122,7 @@ export default {
mounted () {}, mounted () {},
created () { created () {
partyOrgLeaderList({ type: 3 }).then((res) => { partyOrgLeaderList({ type: 3 }).then((res) => {
this.dataList = res.data // this.dataList = res.data
}) })
}, },
methods: { methods: {
@ -280,7 +300,6 @@ export default {
.title_hrader { .title_hrader {
display: flex; display: flex;
&_item { &_item {
width: 160px;
height: 48px; height: 48px;
font-weight: 300; font-weight: 300;
font-size: 14px; font-size: 14px;
@ -290,9 +309,13 @@ export default {
} }
&_item:nth-child(1) { &_item:nth-child(1) {
padding-left: 24px; padding-left: 24px;
width: 100px;
} }
&_item:nth-child(2) { &_item:nth-child(2) {
width: 210px; width: 100px;
}
&_item:nth-child(3) {
width: 280px;
} }
} }
.list_row { .list_row {
@ -301,15 +324,17 @@ export default {
border-bottom: 0px; border-bottom: 0px;
color: #fbe9c5; color: #fbe9c5;
&_item { &_item {
width: 160px;
height: 48px;
line-height: 48px; line-height: 48px;
} }
&_item:nth-child(1) { &_item:nth-child(1) {
width: 100px;
padding-left: 24px; padding-left: 24px;
} }
&_item:nth-child(2) { &_item:nth-child(2) {
width: 210px; width: 100px;
}
&_item:nth-child(3) {
width: 280px;
} }
} }
.list_row:hover { .list_row:hover {

Loading…
Cancel
Save