超管系统增加机器人管理

This commit is contained in:
meimei
2025-04-11 15:37:22 +08:00
parent 32a565ef81
commit bc16eebd9e
10 changed files with 456 additions and 1 deletions

View File

@@ -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' => '所属企业名称'
];