超管系统增加机器人管理
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'Id' => 'ID',
|
||||
'Aicustomerservice_id' => 'AI 客服 ',
|
||||
'Firm_id' => '所属企业 ',
|
||||
'Status' => '状态',
|
||||
'Status yes' => '在线',
|
||||
'Set status to yes' => '设为在线',
|
||||
'Status no' => '离线',
|
||||
'Set status to no' => '设为离线',
|
||||
'Total_managed_people' => '管理总人数/个',
|
||||
'Total_managed_groups' => '管理总群数/个',
|
||||
'Reply_times' => '回复时间/秒',
|
||||
'Create_time' => '创建时间',
|
||||
'Update_time' => '更新时间',
|
||||
'Aicustomerservice.name' => 'AI客服名称',
|
||||
'Firm.name' => '所属企业名称'
|
||||
];
|
||||
Reference in New Issue
Block a user