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