项目数据统计面板

查询条件

排期周期查询

{{ getYearText(year) }} {{ isYearExpanded(year) ? '▲' : '▼' }}
{{ getMonthText(year, month) }} {{ isMonthExpanded(year, month) ? '▲' : '▼' }}

日期范围查询

⚠️ {{ validationError }}
正在加载数据,请稍候...
{{ error }}

数据概览 {{ totalProjects }}项目 {{ totalVideos }}视频

{{ totalProjects }} 总项目数
{{ totalVideos }} 总视频数量
{{ designerCount }} 设计师数量
{{ uniquePeriodCycles.length }} 排期周期数

各排期周期设计师数据分布

设计师统计 {{ designerCount }}人

设计师 项目数量 视频总数 已完成项目 已完成视频数
{{ stat.designer }}

自定义统计 {{ customStats.xAxis }}×{{ customStats.yAxis }}

⚠️ {{ customStats.error }}

{{ customStats.xAxis }} × {{ customStats.yAxis }} 统计表

{{ customStats.yAxis }} \ {{ customStats.xAxis }} {{ col }} 合计
{{ row.yValue }} {{ getCustomStatValue(row, col, 'projects') }}/{{ getCustomStatValue(row, col, 'videos') }} {{ getCustomStatValue(row, col, customStats.statisticsType) }} {{ row.totalProjects }}/{{ row.totalVideos }} {{ row.totalProjects }} {{ row.totalVideos }}
合计 {{ getColumnTotal(col, 'projects') }}/{{ getColumnTotal(col, 'videos') }} {{ getColumnTotal(col, customStats.statisticsType) }} {{ customStats.grandTotalProjects }}/{{ customStats.grandTotalVideos }} {{ customStats.grandTotalProjects }} {{ customStats.grandTotalVideos }}
* 表格中的数值格式为:项目数量/视频数量 * 表格中显示的是项目数量 * 表格中显示的是视频数量

没有找到符合条件的数据,请调整查询条件后重试。