| | |
| | | <th class="text-center">钥匙申请ID</th> |
| | | <th class="text-center">姓名</th> |
| | | <th class="text-center">手机号</th> |
| | | <th class="text-center">用户类型</th> |
| | | <th class="text-center">钥匙类型</th> |
| | | <!-- <th class="text-center">性别</th> |
| | | <th class="text-center">年龄</th>--> |
| | | <th class="text-center">密码</th> |
| | | <th class="text-center">身份证号</th> |
| | | <th class="text-center">开始时间</th> |
| | | <th class="text-center">结束时间</th> |
| | |
| | | <td class="text-center">{{applicationKey.applicationKeyId}}</td> |
| | | <td class="text-center">{{applicationKey.name}}</td> |
| | | <td class="text-center">{{applicationKey.tel}}</td> |
| | | <td class="text-center">{{applicationKey.typeCd}}</td> |
| | | <td class="text-center">{{applicationKey.typeFlagName}}</td> |
| | | <!--<td class="text-center">{{applicationKey.sex}}</td> |
| | | <td class="text-center">{{applicationKey.age}}</td>--> |
| | | <td class="text-center">{{applicationKey.pwd}}</td> |
| | | <td class="text-center">{{applicationKey.idCard}}</td> |
| | | <td class="text-center">{{applicationKey.startTime}}</td> |
| | | <td class="text-center">{{applicationKey.endTime}}</td> |