全部 ({{ topics.length }}) 今日新增 ({{ todayCount }}) 待处理 ({{ statusStats.pending }}) 待审查 ({{ statusStats.review }}) 待发布 ({{ statusStats.ready }}) 已发布 ({{ statusStats.published }})
{{ topic.id }}. {{ topic.title }}
{{ getStatusLabel(topic.status) }}
{{ topic.field }} 合规{{ topic.compliance_score }}
创建: {{ formatDate(topic.created_at) }}
创作: {{ topic.generated_at ? formatDate(topic.generated_at) : '-' }}
发布: {{ topic.published_at ? formatDate(topic.published_at) : '-' }}
预览 创作 审查 发布 删除