| | |
| | | <th class="text-center">开门方式</th> |
| | | <th class="text-center">用户手机号</th> |
| | | <th class="text-center">身份证</th> |
| | | <th class="text-center">操作</th> |
| | | </tr> |
| | | </thead> |
| | | <tbody> |
| | |
| | | <td class="text-center">{{machineRecord.openTypeCd}}</td> |
| | | <td class="text-center">{{machineRecord.tel}}</td> |
| | | <td class="text-center">{{machineRecord.idCard}}</td> |
| | | |
| | | <td class="text-center"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" |
| | | v-on:click="_openMachineRecordDetailModel(machineRecord)">详情 |
| | | </button> |
| | | </div> |
| | | </td> |
| | | </tr> |
| | | </tbody> |
| | | <tfoot> |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <vc:create name="machineRecordDetail"></vc:create> |
| | | |
| | | </div> |