|
|
@ -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 = ''; |
|
|
|