{{ 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 %}
处理失败
{% else %}
未处理
{% endif %}
|
{% if item.send_status == 1 %}
已推送
{% elif item.send_status == 2 %}
推送失败
{% else %}
未推送
{% endif %}
|
|
{% endfor %} {% else %}