新增驳回原因

This commit is contained in:
宇阳
2024-10-18 15:14:58 +08:00
parent 3458e3660d
commit f3989f922c
3 changed files with 69 additions and 39 deletions

View File

@@ -70,6 +70,12 @@ const WallPage = () => {
setIsModalOpen(true)
}}>{text}</span>
},
{
title: '邮箱',
dataIndex: 'email',
key: 'email',
render: (text: string) => text ? text : '暂无邮箱',
},
{
title: '留言时间',
dataIndex: 'createTime',