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