fix(web): chat history audio add status

This commit is contained in:
zhaoying
2026-03-30 15:49:58 +08:00
parent e59a215078
commit 64a73c41d6
3 changed files with 69 additions and 43 deletions

View File

@@ -34,7 +34,7 @@ const Statistics: FC = () => {
className: 'rb:text-[#212332]'
},
{
title: t('application.createTime'),
title: t('application.created_at'),
dataIndex: 'created_at',
key: 'created_at',
render: (createdAt: string) => formatDateTime(createdAt, 'YYYY-MM-DD HH:mm:ss'),