Browse Source

样式调整

jly/task002
tianq 2 years ago
parent
commit
85107cd965
  1. 3
      src/views/modules/census/census-orgStatusList.vue
  2. 17
      src/views/modules/census/census-residentList.vue
  3. 20
      src/views/modules/communityParty/dyhx/party.vue

3
src/views/modules/census/census-orgStatusList.vue

@ -86,7 +86,8 @@
</div>
</div>
</div>
<div class="census_searchcensus" @click="show(3)">
<div class="census_searchcensus">
<!-- @click="show(3)" -->
<div class="census_searchcensus_box">
<img src="../../../assets/img/census/工作人员.png" />
<div>

17
src/views/modules/census/census-residentList.vue

@ -98,19 +98,18 @@
:height="maxTableHeight"
>
<el-table-column label="序号" type="index" align="center" width="50" />
<el-table-column prop="name" width="110" label="姓名" align="center" :show-overflow-tooltip="true" />
<el-table-column prop="mobile" label="手机号" width="210" align="center" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="name" label="姓名" align="center" :show-overflow-tooltip="true" />
<el-table-column prop="mobile" label="手机号" align="center" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="idCard" align="center" label="证件号" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="genderName" width="110" align="center" label="性别" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="age" align="center" width="110" label="年龄" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="educationName" width="110" align="center" label="学历" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="genderName" width="160" align="center" label="性别" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="age" align="center" width="160" label="年龄" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="educationName" width="160" align="center" label="学历" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="count" align="center" width="110" label="操作" :show-overflow-tooltip="true">
<template slot-scope="scope">
<el-button size="small" type="text" @click="show(scope.row)">查看</el-button>
</template>
</el-table-column>
</el-table>
<el-pagination
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
@ -248,8 +247,8 @@ export default {
else this.formData[n] = '';
}
this.orgType = '';
this.code='';
this.codeType='';
this.code = '';
this.codeType = '';
this.handleSearch();
},
show(row) {
@ -655,7 +654,7 @@ export default {
const url = '/epmetuser/icresiuser/portrayal-listexport';
const { pageSize, pageNo, formData } = this;
let tmp = this.formData.orgId;
if (!(tmp && typeof tmp != 'undefined' && tmp != 0 && tmp != null)){
if (!(tmp && typeof tmp != 'undefined' && tmp != 0 && tmp != null)) {
this.formData.orgId = '';
this.orgType = '';
// this.code = '';

20
src/views/modules/communityParty/dyhx/party.vue

@ -49,7 +49,6 @@
</div>
</div>
</div>
</el-col>
<el-col :span="12">
<div class="div_table_title">党员年龄统计</div>
@ -97,15 +96,15 @@
>
<el-table-column label="序号" header-align="center" align="center" type="index" width="50"></el-table-column>
<el-table-column prop="name" header-align="center" align="center" label="姓名" :show-overflow-tooltip="true" min-width="120"></el-table-column>
<el-table-column prop="mobile" header-align="center" align="center" :show-overflow-tooltip="true" label="手机号码" min-width="130"></el-table-column>
<el-table-column prop="idCard" header-align="center" align="center" :show-overflow-tooltip="true" label="证件号" min-width="130"></el-table-column>
<el-table-column prop="age" header-align="center" align="center" :show-overflow-tooltip="true" label="年龄" min-width="100"></el-table-column>
<el-table-column prop="education" header-align="center" align="center" :show-overflow-tooltip="true" label="学历" min-width="130"></el-table-column>
<el-table-column prop="name" header-align="center" align="center" label="姓名" :show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="mobile" header-align="center" align="center" :show-overflow-tooltip="true" label="手机号码"></el-table-column>
<el-table-column prop="idCard" header-align="center" align="center" :show-overflow-tooltip="true" label="证件号"></el-table-column>
<el-table-column prop="age" header-align="center" align="center" :show-overflow-tooltip="true" label="年龄" width="160"></el-table-column>
<el-table-column prop="education" header-align="center" align="center" :show-overflow-tooltip="true" label="学历" width="160"></el-table-column>
<el-table-column label="操作" fixed="right" width="120" header-align="center" align="center" class="operate">
<el-table-column label="操作" fixed="right" width="110" header-align="center" align="center" class="operate">
<template slot-scope="scope">
<el-button type="text" class="div-table-button--detail" size="small" @click="handleDetail(scope.row)">查看</el-button>
<el-button type="text" size="small" @click="handleDetail(scope.row)">查看</el-button>
</template>
</el-table-column>
</el-table>
@ -218,12 +217,11 @@ export default {
visibleLoading: true,
agencyId: '',
orgType: '',
pageNo: 1,
pageSize: 10,
total: 0,
partyOrgs: [],

Loading…
Cancel
Save