{{ item.device_name if item.device_name else '-' }}
|
{{ item.device_model if item.device_model else '-' }}
|
{{ item.device_count if item.device_count else '-' }}
|
{{ item.device_unit if item.device_unit else '-' }}
|
{{ item.standard_no if item.standard_no else '-' }}
|
{% if item.process_status == 1 %}
处理中...
{% elif item.process_status == 2 %}
已处理
{% elif item.process_status == 3 %}
处理失败
{% else %}
未处理
{% endif %}
|
{% if item.send_status == 1 %}
推送中...
{% elif item.send_status == 2 %}
已推送
{% elif item.send_status == 3 %}
推送失败
{% else %}
未推送
{% endif %}
|
{% if item.process_status == 0 %}
{% elif item.process_status == 2 %}
{% elif item.process_status == 3 %}
{% endif %}
{% if item.send_status == 0 and item.process_status != 1 %}
{% elif item.send_status == 2 and item.process_status != 1 %}
{% elif item.send_status == 3 and item.process_status != 1 %}
{% endif %}
|
{% endfor %} {% else %}