mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
214154173d
commit
3cf1f67ec1
@ -90,6 +90,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>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -100,6 +101,7 @@
|
||||
<td class="text-center">{{machineRecord.openTypeName}}</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">
|
||||
<div class="btn-group">
|
||||
<button class="btn-white btn btn-xs"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user