广告账户
{{ filteredAccounts.length }}
运营人员
{{ operators.length }}
产品
{{ products.length }}
当日总消耗
¥{{ totalCost }}
📅 选择日期:
📅 历史数据模式
🔄 实时模式
正在拉取实时数据,请稍候...
今日累计消耗(0:00-{{ String(dashboardData.same_period_hour).padStart(2,'0') }}:00)
¥{{ dashboardData.summary.today_cost.toFixed(2) }}
昨日同期消耗(0:00-{{ String(dashboardData.same_period_hour).padStart(2,'0') }}:00)
¥{{ dashboardData.summary.yesterday_same_cost.toFixed(2) }}
同期环比
{{ dashboardData.summary.wow_rate !== null ? (dashboardData.summary.wow_rate > 0 ? '+' : '') + (dashboardData.summary.wow_rate * 100).toFixed(2) + '%' : '-' }}
环比增减额
{{ dashboardData.summary.wow_diff > 0 ? '+' : '' }}¥{{ dashboardData.summary.wow_diff.toFixed(2) }}
昨日全天消耗
¥{{ dashboardData.summary.yesterday_cost.toFixed(2) }}
👤 运营消耗排行
| 排名 | 运营 | 账户数 | 今日消耗 | 昨日同期 | 昨日全天 | 环比 | 环比额 | 占比 |
|---|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ item.operator_name }} | {{ item.account_count }} | ¥{{ item.today_cost.toFixed(2) }} | ¥{{ item.yesterday_same_cost.toFixed(2) }} | ¥{{ item.yesterday_cost.toFixed(2) }} | {{ item.wow_rate !== null ? (item.wow_rate > 0 ? '↑' : item.wow_rate < 0 ? '↓' : '') + (item.wow_rate * 100).toFixed(2) + '%' : '-' }} | {{ item.wow_diff > 0 ? '+' : '' }}¥{{ item.wow_diff.toFixed(2) }} |
{{ dashboardData.summary.today_cost > 0 ? (item.today_cost / dashboardData.summary.today_cost * 100).toFixed(1) : 0 }}%
|
| 暂无数据 | ||||||||
📦 产品消耗排行
| 排名 | 产品 | 账户数 | 今日消耗 | 昨日同期 | 昨日全天 | 环比 | 环比额 | 占比 |
|---|---|---|---|---|---|---|---|---|
| {{ idx + 1 }} | {{ item.product_name }} | {{ item.account_count }} | ¥{{ item.today_cost.toFixed(2) }} | ¥{{ item.yesterday_same_cost.toFixed(2) }} | ¥{{ item.yesterday_cost.toFixed(2) }} | {{ item.wow_rate !== null ? (item.wow_rate > 0 ? '↑' : item.wow_rate < 0 ? '↓' : '') + (item.wow_rate * 100).toFixed(2) + '%' : '-' }} | {{ item.wow_diff > 0 ? '+' : '' }}¥{{ item.wow_diff.toFixed(2) }} |
{{ dashboardData.summary.today_cost > 0 ? (item.today_cost / dashboardData.summary.today_cost * 100).toFixed(1) : 0 }}%
|
| 暂无数据 | ||||||||
📅 历史数据:{{ dashboardData.date }} | 对比日:{{ dashboardData.yesterday }}
数据更新时间:{{ dashboardData.date }} | 对比基准日:{{ dashboardData.yesterday }}
📊 同期环比:今日0:00-{{ String(dashboardData.same_period_hour).padStart(2,'0') }}:00 vs 昨日同时段
⚠️ 小时数据不可用,环比为估算值
🔄 上次拉取: {{ lastRefreshTime || '-' }}
| 账户ID | 产品名称 | 公司 | 客户 | 平台 | 当日消耗 | 昨日同期 | 环比 | 运营 | 产品 | 操作 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.account_id }} | {{ getProductName(row.product_id) }} | {{ getProductCompany(row.product_id) }} | {{ row.client_name }} | {{ row.platform }} | {{ row.today_cost > 0 ? '¥' + row.today_cost.toFixed(2) : '-' }} | ¥{{ row.yesterday_same_cost.toFixed(2) }} - | {{ (row.wow_rate > 0 ? '+' : '') + (row.wow_rate * 100).toFixed(2) + '%' }} - | {{ getOperatorName(row.operator_id) }} |
|
运营人员
{{ op.name }}
{{ op.email || '未设置邮箱' }}
{{ op.role }}
🔑 {{ op.login_username }} / 123456
绑定账户数
{{ getOperatorAccountCount(op.id) }}
暂无运营人员,点击右上角添加
| 产品名称 | 公司 | 分类 | 消耗 | 绑定账户数 | 操作 |
|---|---|---|---|---|---|
| {{ row.name }} | {{ row.company_name || '-' }} | {{ row.category || '-' }} | {{ getProductCost(row.id) > 0 ? '¥' + getProductCost(row.id).toFixed(2) : '-' }} | {{ getProductAccountCount(row.id) }} |
|
| 暂无产品 | |||||
操作记录