{% load device_tags %} 视频主设备管理系统

视频主设备管理系统

Device Management System

后台管理 API
运行中

{{ total_count }}

设备总数

{{ status_counts.normal }}

正常运行

{{ status_counts.warning }}

告警

{{ status_counts.offline }}

离线

{{ status_counts.repair }}

维修中

{{ warranty_expiring }}

保修即将到期

{% if devices_by_location %} {% for location, devices in devices_by_location.items %}

{{ location }}

{{ devices|length }} 台
{% for device in devices %} {% endfor %}
设备名称 型号 状态 运维人员 服役天数 操作
{% with icon_type=device.device_name|device_icon %} {% if icon_type == 'nvr' %} {% elif icon_type == 'codec' %} {% elif icon_type == 'matrix' %} {% elif icon_type == 'amplifier' %} {% elif icon_type == 'mixer' %} {% elif icon_type == 'microphone' %} {% elif icon_type == 'camera' %} {% elif icon_type == 'screen' %} {% elif icon_type == 'processor' %} {% elif icon_type == 'controller' %} {% elif icon_type == 'cast' %} {% elif icon_type == 'power' %} {% elif icon_type == 'player' %} {% elif icon_type == 'switch' %} {% else %} {% endif %} {% endwith %} {{ device.device_name }}
{{ device.brand|default:"" }}
{{ device.model|default:"-" }} {{ device.get_status_display }} {{ device.responsible_person|default:"-" }} {{ device.service_duration_days }} 天 编辑 | 删除
{% endfor %} {% else %}

暂无设备数据

前往后台添加设备 →
{% endif %}