mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
开门记录不显示手机号
This commit is contained in:
parent
867e53b25e
commit
7a442540c4
@ -88,7 +88,7 @@
|
||||
<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>
|
||||
@ -99,7 +99,7 @@
|
||||
<td class="text-center">{{machineRecord.machineCode}}</td>
|
||||
<td class="text-center">{{machineRecord.name}}</td>
|
||||
<td class="text-center">{{machineRecord.openTypeName}}</td>
|
||||
<td class="text-center">{{machineRecord.tel}}</td>
|
||||
<!-- <td class="text-center">{{machineRecord.tel}}</td> -->
|
||||
<td class="text-center">{{machineRecord.idCard}}</td>
|
||||
<td class="text-center">{{machineRecord.createTime}}</td>
|
||||
<td class="text-center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user