新增驳回原因
This commit is contained in:
@@ -70,6 +70,12 @@ const WallPage = () => {
|
||||
setIsModalOpen(true)
|
||||
}}>{text}</span>
|
||||
},
|
||||
{
|
||||
title: '邮箱',
|
||||
dataIndex: 'email',
|
||||
key: 'email',
|
||||
render: (text: string) => text ? text : '暂无邮箱',
|
||||
},
|
||||
{
|
||||
title: '留言时间',
|
||||
dataIndex: 'createTime',
|
||||
|
||||
Reference in New Issue
Block a user