BUG 29441

This commit is contained in:
aixianling
2022-04-29 16:13:28 +08:00
parent 47024dde2a
commit 6eb9dd2ee6
3 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
<ai-select placeholder="政治面貌" v-model="search.politicsStatus" :selectList="dict.getDict('fpPoliticalOutlook')" @change="page.current=1,getTableData()"/> -->
</template>
<template #right>
<el-input size="small" placeholder="姓名/身份证/联系方式" v-model="search.con" clearable
<el-input size="small" placeholder="姓名/证/联系方式" v-model="search.con" clearable
@change="page.current=1,getTableData()"/>
</template>
</ai-search-bar>
@@ -45,7 +45,7 @@
<ai-table :tableData="tableData" :total="page.total" :current.sync="page.current" :size.sync="page.size"
@getList="getTableData" :col-configs="colConfigs" :dict="dict"
@selection-change="v=>ids=v.map(e=>e.id)">
<el-table-column slot="idNumber" label="身份证号" show-overflow-tooltip align="center">
<el-table-column slot="idNumber" label="" show-overflow-tooltip align="center">
<template slot-scope="{row}">
<ai-id mode="show" v-model="row.idNumber" :showEyes="false"/>
</template>