| | |
| | | <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">设备MAC</th> |
| | | <th class="text-center">设备位置</th> |
| | | |
| | | <th class="text-center">操作</th> |
| | | |
| | | |
| | | </tr> |
| | | </thead> |
| | |
| | | <td class="text-center">{{machine.machineVersion}}</td> |
| | | <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.stateName}}</td> |
| | | <td class="text-center">{{machine.machineIp}}</td> |
| | | <td class="text-center">{{machine.machineMac}}</td> |
| | | <td class="text-center">{{machine.machineMac}}</td> |
| | | <td class="text-center"> |
| | | <div class="btn-group"> |