累计数据
百度账号
{{ dash.accounts || 0 }}
正常 {{ dash.accounts_ok||0 }}
过期 {{ dash.accounts_bad||0 }}
智能体总数
{{ dash.agents || 0 }}
已上线 {{ dash.agents_online||0 }}
累计对话次数
{{ formatNum(dash.sum_pv) }}
累计用户 {{ formatNum(dash.sum_uv) }}
累计曝光次数
{{ formatNum(dash.sum_exposure) }}
上次同步:{{ dash.last_sync_at || '—' }}
今日新增(相比昨日最后一次快照)
今日新增账号数
+{{ dash.today_new_accounts || 0 }}
按导入时间统计
今日新增智能体
+{{ dash.today_new_agents || 0 }}
当前总数 - 昨日快照
今日新增对话
+{{ formatNum(dash.today_new_pv) }}
需先同步以获得最新数据
今日新增曝光
+{{ formatNum(dash.today_new_exposure) }}
需先同步以获得最新数据
按用户汇总
{{ progress.title || '任务进行中' }}
(由 {{ progress.startedByName }} 发起)
{{ progress.currentText }}
| ID | 百度账号 | 手机号 | 备注 | 状态 | 智能体 | 智能体审核
通过
中
失败
|
知识库 | 知识库审核
通过
中
|
累计对话 | 累计曝光 | 导入时间 | 上次同步 | 最近错误 | 所属用户 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 暂无账号,点击上方【粘贴导入账号】开始 | ||||||||||||||||
| {{ row.id }} | {{ row.username }} | {{ row.phone || '—' }} | {{ row.remark || '—' }} | {{ row.status==1?'正常':'CK过期' }} | {{ row.agent_count_live || 0 }} |
通 {{ row.agents_pass_count || 0 }}
中 {{ row.agents_pending_count || 0 }}
失 {{ row.agents_fail_count || 0 }}
|
{{ row.dataset_count_live || 0 }} |
通 {{ row.datasets_ready_count || 0 }}
中 {{ row.datasets_processing_count || 0 }}
|
{{ formatNum(row.sum_pv) }} | {{ formatNum(row.sum_exposure) }} | {{ row.created_at || '—' }} | {{ row.last_sync_at || '—' }} | {{ row.last_error || '—' }} | {{ row.owner_name || '—' }} |
|
{{ progress.title || '删除任务进行中' }}
(由 {{ progress.startedByName }} 发起)
{{ progress.currentText }}
| 智能体 | 状态 | 所属账号 | 所属用户 | 对话次数 | 用户数 | 满意度 | 曝光 | 创建时间 | 统计更新 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 暂无智能体数据,请先在「百度账号」页面点击同步 | |||||||||||
|
{{ row.name }}
{{ row.app_id }}
|
{{ row.status_text || '—' }}
|
{{ row.account_username || '—' }} | {{ row.owner_name || '—' }} | {{ formatNum(row.pv) }} +{{ formatNum(row.today_pv) }} | {{ formatNum(row.uv) }} +{{ formatNum(row.today_uv) }} | {{ row.user_satisfaction_ratio || '—' }} +{{ satisfactionDelta(row) }} | {{ formatNum(row.search_distribute_num) }} +{{ formatNum(row.today_exposure) }} | {{ formatDate(row.online_time) || '—' }} | {{ row.stat_updated || '—' }} |
|
| 数据集 ID | 名称 | 状态 | 文件数 | 文本数 | 字符数 | 大小 | 被引用 | 所属账号 | 所属用户 | 最后更新 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 暂无数据,请先点击上方【一键查询知识库】 | ||||||||||||
| {{ row.dataset_id }} |
{{ row.name }}
{{ row.description }}
|
{{ datasetStatusText(row) }} | {{ row.file_number }} | {{ formatNum(row.total_text) }} | {{ formatNum(row.total_character) }} | {{ formatSize(row.total_size) }} | {{ row.app_number }} | {{ row.account_username || '—' }} | {{ row.owner_name || '—' }} | {{ formatDate(row.update_time) || '—' }} |
|
| ID | 类型 | 账号 | 操作者 | 结果 | 信息 | 时间 |
|---|---|---|---|---|---|---|
| 暂无日志 | ||||||
| {{ row.id }} | {{ row.type }} | {{ row.account_username || '—' }} | {{ row.op_user || '—' }} | {{ row.success==1?'成功':'失败' }} | {{ row.message }} | {{ row.created_at }} |
| ID | 用户名 | 角色 | 状态 | 备注 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|
| 暂无用户 | ||||||
| {{ row.id }} | {{ row.username }} | {{ row.role==='admin'?'管理员':'普通用户' }} | {{ row.status==1?'启用':'禁用' }} | {{ row.remark || '—' }} | {{ row.created_at }} |
|