提交 0ac45d54 作者: 龚洪江

修复:话题帖子数

上级 809e74ba
...@@ -42,8 +42,9 @@ const TopicList = () => { ...@@ -42,8 +42,9 @@ const TopicList = () => {
}, },
{ {
title: '帖子数', title: '帖子数',
dataIndex: '', dataIndex: 'postCount',
align: 'center', align: 'center',
render: (text: number) => text || 0,
}, },
{ {
title: '操作', title: '操作',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论