种草项目总览
{{ data.products.length }} 款产品 · {{ data.influencers.length }} 位达人 · {{ data.videos.length }} 条视频
在线协作者
{{ m.avatar }}
📅 数据周期:
合作达人
{{ fmt(dash.periodValue.influencerCount) }}
昨日{{ dash.metricTrends.influencerCount.today.value }}{{ dash.metricTrends.influencerCount.today.pct === null ? '—' : (dash.metricTrends.influencerCount.today.pct >= 0 ? '↑' : '↓') }} {{ dash.metricTrends.influencerCount.today.pct === null ? '' : Math.abs(dash.metricTrends.influencerCount.today.pct) + '%' }}
7天{{ dash.metricTrends.influencerCount.week.value }}{{ dash.metricTrends.influencerCount.week.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.influencerCount.week.pct) }}%
30天{{ dash.metricTrends.influencerCount.month.value }}{{ dash.metricTrends.influencerCount.month.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.influencerCount.month.pct) }}%
回收视频
{{ fmt(dash.periodValue.videoCount) }}
昨日{{ dash.metricTrends.videoCount.today.value }}{{ dash.metricTrends.videoCount.today.pct === null ? '—' : (dash.metricTrends.videoCount.today.pct >= 0 ? '↑' : '↓') }} {{ dash.metricTrends.videoCount.today.pct === null ? '' : Math.abs(dash.metricTrends.videoCount.today.pct) + '%' }}
7天{{ dash.metricTrends.videoCount.week.value }}{{ dash.metricTrends.videoCount.week.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.videoCount.week.pct) }}%
30天{{ dash.metricTrends.videoCount.month.value }}{{ dash.metricTrends.videoCount.month.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.videoCount.month.pct) }}%
总曝光
{{ fmt(dash.periodValue.exposure) }}
昨日{{ fmt(dash.metricTrends.exposure.today.value) }}{{ dash.metricTrends.exposure.today.pct === null ? '—' : (dash.metricTrends.exposure.today.pct >= 0 ? '↑' : '↓') }} {{ dash.metricTrends.exposure.today.pct === null ? '' : Math.abs(dash.metricTrends.exposure.today.pct) + '%' }}
7天{{ fmt(dash.metricTrends.exposure.week.value) }}{{ dash.metricTrends.exposure.week.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.exposure.week.pct) }}%
30天{{ fmt(dash.metricTrends.exposure.month.value) }}{{ dash.metricTrends.exposure.month.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.exposure.month.pct) }}%
总点赞
{{ fmt(dash.periodValue.likes) }}
昨日{{ fmt(dash.metricTrends.likes.today.value) }}{{ dash.metricTrends.likes.today.pct === null ? '—' : (dash.metricTrends.likes.today.pct >= 0 ? '↑' : '↓') }} {{ dash.metricTrends.likes.today.pct === null ? '' : Math.abs(dash.metricTrends.likes.today.pct) + '%' }}
7天{{ fmt(dash.metricTrends.likes.week.value) }}{{ dash.metricTrends.likes.week.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.likes.week.pct) }}%
30天{{ fmt(dash.metricTrends.likes.month.value) }}{{ dash.metricTrends.likes.month.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.likes.month.pct) }}%
总转发
{{ fmt(dash.periodValue.shares) }}
昨日{{ fmt(dash.metricTrends.shares.today.value) }}{{ dash.metricTrends.shares.today.pct === null ? '—' : (dash.metricTrends.shares.today.pct >= 0 ? '↑' : '↓') }} {{ dash.metricTrends.shares.today.pct === null ? '' : Math.abs(dash.metricTrends.shares.today.pct) + '%' }}
7天{{ fmt(dash.metricTrends.shares.week.value) }}{{ dash.metricTrends.shares.week.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.shares.week.pct) }}%
30天{{ fmt(dash.metricTrends.shares.month.value) }}{{ dash.metricTrends.shares.month.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.shares.month.pct) }}%
总收藏
{{ fmt(dash.periodValue.favorites) }}
昨日{{ fmt(dash.metricTrends.favorites.today.value) }}{{ dash.metricTrends.favorites.today.pct === null ? '—' : (dash.metricTrends.favorites.today.pct >= 0 ? '↑' : '↓') }} {{ dash.metricTrends.favorites.today.pct === null ? '' : Math.abs(dash.metricTrends.favorites.today.pct) + '%' }}
7天{{ fmt(dash.metricTrends.favorites.week.value) }}{{ dash.metricTrends.favorites.week.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.favorites.week.pct) }}%
30天{{ fmt(dash.metricTrends.favorites.month.value) }}{{ dash.metricTrends.favorites.month.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.favorites.month.pct) }}%
总转化
{{ fmt(dash.periodValue.conversions) }}
昨日{{ fmt(dash.metricTrends.conversions.today.value) }}{{ dash.metricTrends.conversions.today.pct === null ? '—' : (dash.metricTrends.conversions.today.pct >= 0 ? '↑' : '↓') }} {{ dash.metricTrends.conversions.today.pct === null ? '' : Math.abs(dash.metricTrends.conversions.today.pct) + '%' }}
7天{{ fmt(dash.metricTrends.conversions.week.value) }}{{ dash.metricTrends.conversions.week.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.conversions.week.pct) }}%
30天{{ fmt(dash.metricTrends.conversions.month.value) }}{{ dash.metricTrends.conversions.month.pct >= 0 ? '↑' : '↓' }} {{ Math.abs(dash.metricTrends.conversions.month.pct) }}%
🎯 各阶段目标达成进度
基于阶段目标
{{ stage }}
{{ dash.completionByStage[stage].count }}款 · 已达标{{ dash.completionByStage[stage].achieved }}
{{ dash.completionByStage[stage].avg }}%
👤 负责人达成率排行
任务完成度
{{ m.name }}
负责 {{ m.count }} 款 · 曝光 {{ fmt(m.exposure) }}
{{ m.avg }}%
📋 种草计划完成总览 · 共 {{ dataPlans.length }} 个计划
计划总预算
¥{{ fmt(dataPlans.reduce((s,pl)=>s+(pl.budget||0),0)) }}
执行人总数
{{ dataPlans.reduce((s,pl)=>s+(pl.staff||[]).length,0) }}
平均完成度
{{ dash.planComparison.length ? Math.round(dash.planComparison.reduce((s,r)=>s+r.overallPct,0) / dash.planComparison.length) : 0 }}%
达成执行人
{{ dash.planComparison.filter(r=>r.overallPct>=100).length }}人
{{ s }}: {{ dataPlans.filter(pl=>pl.status===s).length }}个
🏆 推广任务完成情况对比
各计划执行人 KPI 达成对比
📭 暂无推广计划数据,请先在「种草计划」中创建计划并添加执行人
| 计划 | 产品 | 负责人 | 执行人 | 视频 | 曝光 | 点赞 | 转发 | 收藏 | 转化 | 总完成度 |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.planId }} | {{ row.productName }} | {{ row.managerName || '-' }} | {{ row.staffName || '-' }} |
{{ fmt(m.actual) }}
-
/{{ m.kpi ? fmt(m.kpi) : '-' }}
{{ m.pct }}%
|
{{ row.overallPct }}%
|
|||||
| 📊 计划汇总 · {{ dataPlans.length }}个计划 | {{ fmt(dash.planComparison.reduce((s,r)=>s + (r.metrics[0].actual||0), 0)) }} | {{ fmt(dash.planComparison.reduce((s,r)=>s + (r.metrics[1].actual||0), 0)) }} | {{ fmt(dash.planComparison.reduce((s,r)=>s + (r.metrics[2].actual||0), 0)) }} | {{ fmt(dash.planComparison.reduce((s,r)=>s + (r.metrics[3].actual||0), 0)) }} | {{ fmt(dash.planComparison.reduce((s,r)=>s + (r.metrics[4].actual||0), 0)) }} | {{ fmt(dash.planComparison.reduce((s,r)=>s + (r.metrics[5].actual||0), 0)) }} | {{ dash.planComparison.length ? Math.round(dash.planComparison.reduce((s,r)=>s+r.overallPct,0) / dash.planComparison.length) : 0 }}% | |||
📈 达人增长 & 视频回收��势
🌱 视频数据成长趋势
数据加载中…
按每条视频「截至当日最新值」汇总 · 覆盖 {{ trendData.videoTotal }} 条视频 · 单条视频原始数据全部留档
暂无成长数据
🎬 视频数据表现 TOP20 · 按曝光排序
| # | 视频标题 | 产品 | 达人名称 | 平台 | 负责人 | 曝光 | 点赞 | 评论 | 收藏 | 转发 | 转化 |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ vi + 1 }} | {{ v.productName }} | {{ v.influencerName }} | {{ v.platform }} | {{ v.manager || '-' }} | {{ fmt(v.exposure) }} | {{ fmt(v.likes) }} | {{ fmt(v.comments) }} | {{ fmt(v.favorites) }} | {{ fmt(v.shares) }} | {{ fmt(v.conversions) }} |
总预算:¥{{ fmt(dash.totals.budget) }}
总曝光:{{ fmt(dash.totals.exposure) }}
总转化:{{ fmt(dash.totals.conversions) }}
筛选结果:{{ filteredProducts.length }} 款
| 产品名称 | 类别 | 种草级别 {{ prodFilter.sortBy==='seedingLevel' ? (prodFilter.sortDir==='asc' ? '↑' : '↓') : '' }} | 预估销售 | 推广阶段 | 预算 | 负责人 | 计划开始 | 计划结束 | 目标达人 | 目标曝光 | 目标播放 | 目标转化GMV | 完成度 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ p.name }} | {{ p.category || '护肤' }} | {{ p.seedingLevel || 'A' }} | ¥{{ (p.estimatedSales || 0).toLocaleString() }} | {{ p.stage }} | ¥{{ fmt(p.budget) }} | {{ (Array.isArray(p.manager)?p.manager.length:(p.manager?1:0)) }} 人{{ p.manager.join('、') }} | {{ p.plannedStart || '-' }} | {{ p.plannedEnd || '-' }} | {{ (p.target||{}).influencerCount || '-' }} | {{ fmt((p.target||{}).exposure) || '-' }} | {{ fmt((p.target||{}).playCount) || '-' }} | {{ fmt((p.target||{}).conversions) || '-' }} |
{{ prodProgress(p).pct }}%
|
|
第 {{ (prodPage.current - 1) * prodPage.size + 1 }}-{{ Math.min(prodPage.current * prodPage.size, filteredProducts.length) }} 条 / 共 {{ filteredProducts.length }} 条
| 达人ID | 达人名称 | 平台 | 粉丝数 | 状态 | 关联产品 | 标签 | 视频数 | 总曝光 | 总点赞 | 合作方式 | 负责人 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ k.id }} | {{ k.name }} | {{ p }} | {{ fmt(k.followers) }} | {{ k.status }} | {{ lp.name }} {{ k.productName }} - | {{ k.tags || '-' }} | {{ k.videoCount || 0 }} | {{ fmt((k.videoStats||{}).exposure || 0) }} | {{ fmt((k.videoStats||{}).likes || 0) }} | {{ (Array.isArray(k.cooperationTypes) && k.cooperationTypes.length) ? k.cooperationTypes.join('、') : (k.cooperationTypes || '—') }} | {{ k.manager || '-' }} | {{ getMember(k.updatedBy).avatar }} |
|
第 {{ (kolPage.current - 1) * kolPage.size + 1 }}-{{ Math.min(kolPage.current * kolPage.size, filteredInfluencers.length) }} 条 / 共 {{ filteredInfluencers.length }} 条
…
{{ s }}
{{ plansByStage(s).length }} 个计划
| 计划 | 产品 | 预算 | 负责人 | 执行人 | 关联达人 | 关联视频 | 总曝光 | 时间 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ pl.id }} | {{ pl.productName }} | {{ fmt(pl.budget) }} | {{ Array.isArray(pl.manager)?pl.manager.join('、'):pl.manager }} — | {{ (pl.staff||[]).map(st=>st.name).filter(Boolean).join(', ') || '-' }} | {{ (pl.linkedStats||{}).influencerCount || 0 }} | {{ (pl.linkedStats||{}).videoCount || 0 }} | {{ fmt((pl.linkedStats||{}).exposure || 0) }} | ~ {{ pl.startDate }}~{{ pl.endDate }} |
暂无种草计划,点击右上角“+ 新增计划”
总达人数
{{ fmt(dash.totals.influencerCount) }}
{{ analyticsFilter.period === 'daily' ? '日均' : analyticsFilter.period === 'monthly' ? '月均' : '总计' }} {{ fmt(Math.round(data.dailySeries.reduce((s,d)=>s+d.newInfluencers,0) / (data.dailySeries.length || 1))) }}
回收视频
{{ fmt(dash.totals.videoCount) }}
日均 {{ fmt(Math.round(data.dailySeries.reduce((s,d)=>s+d.newVideos,0) / (data.dailySeries.length || 1))) }} 条
总曝光
{{ fmt(dash.totals.exposure) }}
曝光总量
总转化
{{ fmt(dash.totals.conversions) }}
转化总数
📊 {{ weeklyReport.week }} 周报汇总 · {{ weeklyReport.weekRange?.start }} ~ {{ weeklyReport.weekRange?.end }}
产出视频{{ fmt(weeklyReport.totals.videoCount) }}
涉及产品{{ fmt(weeklyReport.totals.productCount) }}
总曝光{{ fmt(weeklyReport.totals.exposure) }}
总点赞{{ fmt(weeklyReport.totals.likes) }}
总评论{{ fmt(weeklyReport.totals.comments) }}
总转发{{ fmt(weeklyReport.totals.shares) }}
总收藏{{ fmt(weeklyReport.totals.favorites) }}
总转化{{ fmt(weeklyReport.totals.conversions) }}
环比上周:视频 {{ weeklyReport.prevTotals.videoCount ? (weeklyReport.totals.videoCount >= weeklyReport.prevTotals.videoCount ? '↑' : '↓') + Math.abs(weeklyReport.totals.videoCount - weeklyReport.prevTotals.videoCount) : '新增' }}
曝光 {{ weeklyReport.prevTotals.exposure ? (weeklyReport.totals.exposure >= weeklyReport.prevTotals.exposure ? '↑' : '↓') + Math.abs(Math.round((weeklyReport.totals.exposure - weeklyReport.prevTotals.exposure) / (weeklyReport.prevTotals.exposure||1) * 100)) + '%' : '—' }}
转化 {{ weeklyReport.prevTotals.conversions ? (weeklyReport.totals.conversions >= weeklyReport.prevTotals.conversions ? '↑' : '↓') + Math.abs(Math.round((weeklyReport.totals.conversions - weeklyReport.prevTotals.conversions) / (weeklyReport.prevTotals.conversions||1) * 100)) + '%' : '—' }}
📈 近 8 周趋势对比
📋 产品维度周报明细
| 产品 | 视频数 | 曝光 | 点赞 | 评论 | 转发 | 收藏 | 转化 | 周环比(曝光) | 最佳视频 |
|---|---|---|---|---|---|---|---|---|---|
| {{ p.videoCount }} | {{ fmt(p.metrics.exposure) }} | {{ fmt(p.metrics.likes) }} | {{ fmt(p.metrics.comments) }} | {{ fmt(p.metrics.shares) }} | {{ fmt(p.metrics.favorites) }} | {{ fmt(p.metrics.conversions) }} | {{ weekWoW(p.weekOverWeek?.exposure) }} | ||
| 本周暂无视频数据 | |||||||||
📈 {{ metricLabels[analyticsFilter.metric] }}{{ analyticsFilter.period === 'daily' ? '每日' : '每月' }}趋势
📊 多维度数据对比
🥧 产品类别曝光分布
🏆 产品曝光 TOP10
🔬 达人粉丝量 × 曝光量分布
🏅 负责人质量视频 TOP10(按曝光)
| # | 视频标题 | 产品 | 平台 | 负责人 | 曝光 |
|---|---|---|---|---|---|
| {{ i+1 }} | {{ v.productName }} | {{ v.platforms? v.platforms[0] : v.platform }} | {{ v.managerName }} | {{ fmt(v.exposure) }} | |
| 暂无数据 | |||||
| 视频标题 | 产品 | 达人名称 | 平台 | 状态 | 负责人 | 推广阶段 | 发布日期 | 更新时间 | 曝光 {{ vidFilter.sortBy === 'exposure' ? (vidFilter.sortDir === 'asc' ? '↑' : '↓') : '' }} | 播放 {{ vidFilter.sortBy === 'playCount' ? (vidFilter.sortDir === 'asc' ? '↑' : '↓') : '' }} | 点赞 {{ vidFilter.sortBy === 'likes' ? (vidFilter.sortDir === 'asc' ? '↑' : '↓') : '' }} | 评论 {{ vidFilter.sortBy === 'comments' ? (vidFilter.sortDir === 'asc' ? '↑' : '↓') : '' }} | 收藏 {{ vidFilter.sortBy === 'favorites' ? (vidFilter.sortDir === 'asc' ? '↑' : '↓') : '' }} | 转发 {{ vidFilter.sortBy === 'shares' ? (vidFilter.sortDir === 'asc' ? '↑' : '↓') : '' }} | 转化 {{ vidFilter.sortBy === 'conversions' ? (vidFilter.sortDir === 'asc' ? '↑' : '↓') : '' }} | 视频地址 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ v.productName }} |
|
{{ p }} | {{ v.status }} | {{ Array.isArray(v.manager) ? v.manager.join(', ') : (v.manager || '-') }} | {{ v.stage }}— | {{ v.publishDate }} | {{ fmtTime(v.updatedAt) }} | {{ fmt(v.exposure) }} | {{ fmt(v.playCount) }} | {{ fmt(v.likes) }} | {{ fmt(v.comments) }} | {{ fmt(v.favorites) }} | {{ fmt(v.shares) }} | {{ fmt(v.conversions) }} |
|
第 {{ (vidPage.current - 1) * vidPage.size + 1 }}-{{ Math.min(vidPage.current * vidPage.size, paginatedVidData.total || filteredVideos.length) }} 条 / 共 {{ paginatedVidData.total || filteredVideos.length }} 条
⏳ 加载中...
…
🏢 团队看板 · 负责人数据贡献
按负责人汇总种草记录的数据回流
负责人数
{{ boards.team.length }}
团队总曝光
{{ fmt(boards.totalExposure) }}
团队总GMV
{{ fmt(boards.teamGmv) }}
团队总成本
{{ fmt(boards.teamCost) }}
| # | 排名评分 {{ BOARD_SORT.field==='score' ? (BOARD_SORT.dir==='asc'?'▲':'▼') : '' }} | 负责人 {{ BOARD_SORT.field==='name' ? (BOARD_SORT.dir==='asc'?'▲':'▼') : '' }} | 视频数 | 曝光 | 点赞 | 评论 | 转发 | 收藏 | 销售GMV | 成本 | ROI | CPE | 完成进度 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ i + 1 }} | {{ r.score }} | {{ r.name }} | {{ fmt(r.videoCount) }} | {{ fmt(r.exposure) }} | {{ fmt(r.likes) }} | {{ fmt(r.comments) }} | {{ fmt(r.shares) }} | {{ fmt(r.favorites) }} | {{ fmt(r.gmv) }} | {{ fmt(r.cost) }} | {{ r.roi !== null ? r.roi.toFixed(2) : '-' }} | {{ r.cpe !== null ? '¥'+fmt(r.cpe) : '-' }} | {{ r.progress }}% |
📣 达人看板 · 达人数据贡献
按达人汇总其种草视频的数据回流
达人数量
{{ boards.influencer.length }}
总曝光
{{ fmt(boards.inflExposure) }}
总GMV
{{ fmt(boards.inflGmv) }}
总投入成本
{{ fmt(boards.inflCost) }}
| # | 评分 {{ BOARD_SORT.field==='score' ? (BOARD_SORT.dir==='asc'?'▲':'▼') : '' }} | 达人 | 视频数 | 曝光 | GMV | 成本 | ROI | CPE | 点赞 | 评论 | 转发 | 收藏 | 完成进度 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ i + 1 }} | {{ r.score }} | {{ r.name }} | {{ fmt(r.videoCount) }} | {{ fmt(r.exposure) }} | {{ fmt(r.gmv) }} | {{ fmt(r.cost) }} | {{ r.roi !== null ? r.roi.toFixed(2) : '-' }} | {{ r.cpe !== null ? '¥'+fmt(r.cpe) : '-' }} | {{ fmt(r.likes) }} | {{ fmt(r.comments) }} | {{ fmt(r.shares) }} | {{ fmt(r.favorites) }} | {{ r.progress }}% |
📦 产品看板 · 单品完成进度与成本
按产品汇总种草计划进度、曝光贡献与投入成本
产品数
{{ boards.product.length }}
总曝光
{{ fmt(boards.prodExposure) }}
总GMV
{{ fmt(boards.prodGmv) }}
总投入成本
{{ fmt(boards.prodCost) }}
| # | 评分 | 产品(款号) | 视频数 | 完成进度 | 已完成 | 曝光 | 曝光占比 | 销售GMV | 投入成本 | ROI | CPE |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ i + 1 }} | {{ r.score }} | {{ r.name }} | {{ fmt(r.videoCount) }} | {{ r.progress }}% | {{ r.completed }} / {{ r.videoCount }} | {{ fmt(r.exposure) }} | {{ r.exposureShare }}% | {{ fmt(r.gmv) }} | {{ fmt(r.cost) }} | {{ r.roi !== null ? r.roi.toFixed(2) : '-' }} | {{ r.cpe !== null ? '¥'+fmt(r.cpe) : '-' }} |
🎬 单视频看板 · 全部视频成长曲线
全部 {{ boards.personal.videoCount }} 条视频的播放量成长趋势 · 完整信息平铺展示
视频数
{{ boards.personal.videoCount }}
总播放
{{ fmt(boards.personal.playCount) }}
总GMV
{{ fmt(boards.personal.gmv) }}
总成本
{{ fmt(boards.personal.cost) }}
总ROI
{{ boards.personal.cost ? (boards.personal.gmv/boards.personal.cost).toFixed(2) : '-' }}
暂无视频数据
导入视频数据后,此处会展示按曝光排序的全站 Top 50
{{ v.title }}
{{ Array.isArray(v.stage) ? v.stage[0] : v.stage }}
📅 种草计划日历 · 产品种草计划
按产品计划开始→结束在日历上铺开种草计划,点击任意产品查看明细
{{ d }}
{{ day.date.getDate() }}
+{{ day.items.length - 3 }}
🗓 种草节奏时间轴 · {{ planCal.timeline.totalDays }}天跨度
{{ r.seedingLevel }}
{{ r.name }}
{{ s }}
各阶段种草计划数量
📋 设计清单 · 种草计划明细
| 序号 | 种草级别 | 计划开始 | 计划结束 | 产品名称(款号) | 负责人 | 进度 | 工作状态 | 目标曝光 | 目标播放 | 目标转化GMV |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ it.seq }} | {{ it.seedingLevel || '—' }} | {{ it._start || '—' }} | {{ it._end || '—' }} | {{ it.name }} | {{ Array.isArray(it.manager) ? it.manager.join('、') : (it.manager || '—') }} | {{ it._progress }}% | {{ it._status }} | {{ fmt(it.target && it.target.exposure) }} | {{ fmt(it.target && it.target.playCount) }} | {{ fmt(it.target && it.target.conversions) }} |
| 暂无产品种草计划,请先在「产品种草计划」填写计划开始/结束时间 | ||||||||||
| 时间 | 成员 | 角色 | 操作 | 对象 / 详情 | IP |
|---|---|---|---|---|---|
| {{ l.time }} | {{ l.userName }} | {{ l.role }} | {{ l.action }} | {{ l.detail || '—' }} | {{ l.ip || '—' }} |
| 暂无操作记录 | |||||
共 {{ logsView.length }} 条记录