{%set loadUrl = '/device/mul?ajax=1' %} {% if data['ajax'] == False %} {%include '../inc/header.html'%} {%set data['topName'] = '批量控制' %} {%set data['topUrl'] = '/device' %} {%include '../inc/top.html'%}
{% end %} {% for value in data['list'] %} {%set layer = '' %} {% if value['oper'] %} {%set layer = value['oper'] %} {% end %} {% if '成功' in layer or '批量' in layer or '正在' in layer %} {%set hint = 'hint--info' %} {% else %} {%set hint = 'hint--error' %} {% end %} {% if value['device_type'] == 1 %}
  • {% else %}
  • {% end %} {% end %} {% if data['ajax'] == False %}
  • {%include '../inc/script.html'%} {%include 'inc/load.html'%} {% end %}