| | |
| | | <div class="col-sm-4"> |
| | | <select class="custom-select" v-model="machineManageInfo.conditions.machineTypeCd"> |
| | | <option selected value="">请选择设备类型</option> |
| | | <option value="9999">锐目门禁</option> |
| | | <option value="992019111002270001">锐目门禁</option> |
| | | <option value="9998">其他</option> |
| | | <option value="9996">车辆道闸</option> |
| | | </select></div> |
| | | <div class="col-sm-3"> |
| | | <div class="form-group"> |
| | |
| | | <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">设备IP</th>--> |
| | | <th class="text-center">时间</th> |
| | | <!-- <th class="text-center">设备MAC</th>--> |
| | | <th class="text-center">操作</th> |
| | | |
| | |
| | | <td class="text-center">{{machine.machineName}}</td> |
| | | <td class="text-center">{{machine.machineTypeCdName}}</td> |
| | | <td class="text-center">{{machine.locationObjName}}</td> |
| | | <td class="text-center">{{machine.directionName}}</td> |
| | | <td class="text-center">{{machine.stateName}}</td> |
| | | <!-- <td class="text-center">{{machine.machineIp}}</td> |
| | | <td class="text-center">{{machine.machineMac}}</td>--> |
| | | <td class="text-center">{{machine.createTime}}</td> |
| | | <!--<td class="text-center">{{machine.machineMac}}</td>--> |
| | | <td class="text-center"> |
| | | <div class="btn-group"> |
| | | <button class="btn-white btn btn-xs" v-on:click="_openEditMachineModel(machine)">修改</button> |