智能对话设备管理

{% if dialogue_machine_info %}
{% if dialogue_machine_info and dialogue_machine_info|length > 0 %} {% for key in dialogue_machine_info[0].keys() %} {% if key != 'ID' and key != 'SERVICE_DATA' %} {% endif %} {% endfor %} {% endif %} {% for machine in dialogue_machine_info %} {% for key, value in machine.items() %} {% if key != 'ID' and key != 'SERVICE_DATA' %} {% endif %} {% endfor %} {% endfor %}
{{ key }}操作
{{ value }}
{% else %}

暂无设备数据

{% endif %}