diff --git a/src/views/library/index.vue b/src/views/library/index.vue new file mode 100644 index 0000000..72a9639 --- /dev/null +++ b/src/views/library/index.vue @@ -0,0 +1,408 @@ + + + + + + + 供需管理 + + + {{ pendingCount }} + 待审核 + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + 导出数据 + + + + + + + + + + + + {{ scope.row.title }} + {{ scope.row.description }} + + + + + {{ scope.row.typeText }} + + + + + + {{ scope.row.publisher.name.charAt(0) }} + + {{ scope.row.publisher.name }} + {{ scope.row.publisher.year }}届 + + + + + + + {{ scope.row.statusText }} + + + + + {{ scope.row.priorityText }} + + + + + {{ scope.row.publishDate }} + {{ scope.row.publishTime }} + + + + + + {{ scope.row.auditDate }} + {{ scope.row.auditTime }} + + - + + + + + + 通过 + 隐藏 + 编辑 + 拒绝 + 详情 + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/student/interaction_stats.vue b/src/views/student/interaction_stats.vue new file mode 100644 index 0000000..4de2045 --- /dev/null +++ b/src/views/student/interaction_stats.vue @@ -0,0 +1,714 @@ + + + + + + + 交互统计 + + + + {{ btn.label }} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 更新统计 + 导出报告 + + + + + + + + + + + {{ stat.title }} + + + + + {{ stat.value }} + + + {{ stat.changeText }} + + + + + + + + 交互趋势分析 + 最近30天交互数据变化 + + + + + + + + + 交互类型分布 + + + + + + 用户活跃度分析 + + + + + + + + + 交互详情记录 + 仅统计会话记录,不监测会话内容 + + + + + + + {{ scope.row.userName.charAt(0) }} + + {{ scope.row.userName }} + {{ scope.row.userYear }}届 + + + + + + + + {{ scope.row.targetName.charAt(0) }} + + {{ scope.row.targetName }} + {{ scope.row.targetYear }}届 + + + + + + + + {{ scope.row.typeText }} + + + + + + + {{ scope.row.supplyTitle }} + {{ scope.row.supplyType }} + + + + + + {{ scope.row.time }} + + + + + + {{ scope.row.statusText }} + + + + + + + + + + + + diff --git a/src/views/student/supply_demand.vue b/src/views/student/supply_demand.vue new file mode 100644 index 0000000..b3b7496 --- /dev/null +++ b/src/views/student/supply_demand.vue @@ -0,0 +1,407 @@ + + + + + + + 供需管理 + + + {{ pendingCount }} + 待审核 + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + 导出数据 + + + + + + + + + + + + {{ scope.row.title }} + {{ scope.row.description }} + + + + + {{ scope.row.typeText }} + + + + + + {{ scope.row.publisher.name.charAt(0) }} + + {{ scope.row.publisher.name }} + {{ scope.row.publisher.year }}届 + + + + + + + {{ scope.row.statusText }} + + + + + {{ scope.row.priorityText }} + + + + + {{ scope.row.publishDate }} + {{ scope.row.publishTime }} + + + + + + {{ scope.row.auditDate }} + {{ scope.row.auditTime }} + + - + + + + + + 通过 + 隐藏 + 编辑 + 拒绝 + 详情 + + + + + + + + + + + + + + + +