|
|
@ -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> |
|
|
@ -224,7 +223,6 @@ export default { |
|
|
|
|
|
|
|
total: 0, |
|
|
|
|
|
|
|
|
|
|
|
partyOrgs: [], |
|
|
|
|
|
|
|
partyOrgList: [], |
|
|
|