From cd75248d869eba47648035410da3fbbe4b6546e8 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 22 Jul 2024 15:00:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E7=BB=84=E7=BB=87=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E5=86=99=E6=AD=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hsyf-left/partyCommittee/zhen.vue | 69 +++++++++++++------ 1 file changed, 47 insertions(+), 22 deletions(-) diff --git a/src/views/next/dialog-module/hsyf-left/partyCommittee/zhen.vue b/src/views/next/dialog-module/hsyf-left/partyCommittee/zhen.vue index 87a347d..f61604e 100644 --- a/src/views/next/dialog-module/hsyf-left/partyCommittee/zhen.vue +++ b/src/views/next/dialog-module/hsyf-left/partyCommittee/zhen.vue @@ -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 {