diff --git a/src/views/heritage/comments/index.vue b/src/views/heritage/comments/index.vue new file mode 100644 index 0000000..afab024 --- /dev/null +++ b/src/views/heritage/comments/index.vue @@ -0,0 +1,1062 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + + + + + + 重置 + + + + + + + + + + + + + + + + 批量通过 + + + + + + 批量拒绝 + + + + + + 批量删除 + + + + 共 {{ pagination.itemCount }} 条 + 待审核 {{ pendingCount }} 条 + + + + + + + + + + + + + + + + + + + + + {{ getEmptyActionText() }} + + + + + + + + + + + + + + + + + + + + + 通过 + + + 拒绝 + + + + + + + + + + + + + + + + + + + + + + {{ commentDetail.nickname || '-' }} + + + {{ commentDetail.username || '-' }} + + + + {{ getTargetTypeLabel(commentDetail.targetType) }} + + + + {{ commentDetail.targetTitle || '-' }} + + + + {{ '★'.repeat(commentDetail.rating) }}{{ '☆'.repeat(5 - commentDetail.rating) }} + + + + {{ commentDetail.likeCount || 0 }} + + + + {{ getStatusText(commentDetail.status) }} + + + + {{ commentDetail.createTime || '-' }} + + + + {{ commentDetail.content || '-' }} + + + + + + 暂无数据 + + + + + + + + +