diff --git a/frontend/portal/src/views/creator/ContentsView.vue b/frontend/portal/src/views/creator/ContentsView.vue index 55671ed..9b1ab95 100644 --- a/frontend/portal/src/views/creator/ContentsView.vue +++ b/frontend/portal/src/views/creator/ContentsView.vue @@ -1,6 +1,161 @@ - Creator Contents - (List of contents) + + 内容管理 + + 发布新内容 + + + + + + + 状态: + + 全部 + 已发布 + 审核中 + 已驳回 + 草稿箱 + + + + 曲种: + + 全部 + 京剧 + 昆曲 + 越剧 + + + + + + + + + + + + + + + + + 编辑 + + + + + + + + + [{{ item.genre }}] + {{ item.title }} + + + + + {{ item.rejectReason }} + + + {{ statusStyle(item.status).label }} + + + + + + ¥ {{ item.price }} + 免费 + {{ item.views }} + {{ item.likes }} + {{ item.date }} + + + + + + 编辑 + 下架 + 上架 + 删除 + + + + + + \ No newline at end of file
(List of contents)