mirror of
https://github.com/PlayEdu/backend
synced 2025-06-29 07:32:49 +08:00
视频列表文案优化
This commit is contained in:
parent
c24750dcb2
commit
79982b0ca8
@ -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>,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user