|
@@ -84,6 +84,8 @@ BOOL CDlgService::OnInitDialog()
|
|
|
p->m_listDevices.SetItemText(nIndex, 3, "离线");
|
|
|
else if ( it->nStatus == 2 )
|
|
|
p->m_listDevices.SetItemText(nIndex, 3, "掉线");
|
|
|
+ else if (it->nStatus == 3)
|
|
|
+ p->m_listDevices.SetItemText(nIndex, 3, "未认证");
|
|
|
|
|
|
if (it->nUsageState == 0)
|
|
|
p->m_listDevices.SetItemText(nIndex, 4, "空闲");
|