{{grid-header search-box=false}}
{{#each model.data as |it|}} {{/each}}
账户 分机 {{th-filter name='registerd' 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='话后事务') ) }} 通话ID 事件Key
{{it.account}} {{it.agent}} {{status-cell model=it field='registered' enabled-text='在线' disabled-text='离线'}} {{it.status}} {{it.state}} {{it.callUuid}} {{it.eventKey}}
{{pagination-bar}}
{{outlet}}