- {{ stripHtml(reply.spec.reply) || '(空)' }}
+
+
+
+
+
+
+
+ {{ getStatusLabel(reply.spec.status) }}
+ {{ reply.spec.published ? '已发布' : '未发布' }}
+ 对话
+ {{ getSentimentLabel(reply.spec.sentiment) }}
+
{{ formatDate(reply.metadata.creationTimestamp) }}
+
+
+ {{ stripHtml(reply.spec.reply) || '(空)' }}
-
-
-
-
-
- 评分 {{ reply.spec.score }}
- {{ getScoreLabel(reply.spec.score) }}
+
+
+
+
+ 评分 {{ reply.spec.score }}
+ {{ getScoreLabel(reply.spec.score) }}
-
- 文章
- {{ reply.spec.postSlug }}
-
-
-
- 页面
- {{ reply.spec.postSlug }}
-
-
-
- 重试 {{ reply.spec.retryCount }} 次
+
+ {{ reply.spec.postKind === 'SinglePage' ? '页面' : '文章' }}
+ {{ reply.spec.postSlug }}
+ 重试 {{ reply.spec.retryCount }} 次
-
-
+
+
-
-
+
+
-
-
-
共 {{ total }} 条
+
+
共 {{ total }} 条
上一页
下一页
@@ -238,87 +114,34 @@
-
+
-
-
-
-
-
-
-
-
-
-