{{grid-header}}
{{#sortable-th name='idleTime'}} 空闲时间 {{/sortable-th}} {{#each model.data as |it|}} {{/each}}
账户 {{th-filter name='registered' text='注册状态' options=(array (hash value=true text='在线') (hash value=false text='离线') ) }} {{th-filter name='status' text='坐席状态' options=(array (hash value='READY' text='就绪') (hash value='NOT_READY' text='未就绪') (hash value='OFFLINE' text='离线') ) }} {{th-filter name='state' text='话机状态' options=(array (hash value='IDLE' text='空闲') (hash value='IN_A_CALL' text='通话中') (hash value='ACW' text='话后事务') ) }} {{th-filter name='queueId' text='队列' options=model.queues value-field='id' text-field='name' }} 事件Key
{{it.account}}({{it.agent}}) {{status-cell model=it field='registered' enabled-text='在线' disabled-text='离线'}} {{option-text (array (hash value='READY' text='就绪') (hash value='NOT_READY' text='未就绪') (hash value='OFFLINE' text='离线')) it.status}} {{option-text (array (hash value='IDLE' text='空闲') (hash value='IN_A_CALL' text='通话中') (hash value='ACW' text='话后事务')) it.state}} {{date-cell value=it.idleTime}} {{option-text model.queues it.queueId 'id' 'name'}} {{it.eventKey}}
{{pagination-bar}}
{{outlet}}