| | |
| | | align="center" |
| | | key="telcode" |
| | | label="电话" |
| | | > |
| | | </el-table-column> |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ desensitization(scope.row.telcode,'phone') }}</span> |
| | | </template></el-table-column |
| | | > |
| | | <el-table-column |
| | | label="出院日期" |
| | | width="200" |
| | |
| | | width="100"> </el-table-column> |
| | | <el-table-column prop="sex" label="性别"width="100"> </el-table-column> |
| | | <el-table-column prop="idcardno" width="300" label="证件号码"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ desensitization(scope.row.idcardno,'idCard') }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="goday" label="出生日期"> </el-table-column> |
| | | <el-table-column prop="telcode" width="200" label="联系方式"> |
| | | <template slot-scope="scope"> |
| | | <span>{{ desensitization(scope.row.telcode,'phone') }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="createTime" width="200" label="创建日期"> |
| | | </el-table-column> |