视频列表文案优化

This commit is contained in:
unknown 2023-07-21 11:22:16 +08:00
parent c24750dcb2
commit 79982b0ca8

View File

@ -83,7 +83,7 @@ const ResourceVideosPage = () => {
JSON.stringify(adminUsers) !== "{}" && <span>{adminUsers[text]}</span>, JSON.stringify(adminUsers) !== "{}" && <span>{adminUsers[text]}</span>,
}, },
{ {
title: "视频时长", title: "创建时间",
dataIndex: "created_at", dataIndex: "created_at",
render: (text: string) => <span>{dateFormat(text)}</span>, render: (text: string) => <span>{dateFormat(text)}</span>,
}, },