mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 18:49:59 +08:00
视频列表创建人回显
This commit is contained in:
@@ -61,9 +61,9 @@ export const ResourceVideosPage = () => {
|
||||
},
|
||||
{
|
||||
title: "创建人",
|
||||
dataIndex: "id",
|
||||
render: (id: string) =>
|
||||
JSON.stringify(adminUsers) !== "{}" && <span>{adminUsers.id}</span>,
|
||||
dataIndex: "admin_id",
|
||||
render: (text: number) =>
|
||||
JSON.stringify(adminUsers) !== "{}" && <span>{adminUsers[text]}</span>,
|
||||
},
|
||||
{
|
||||
title: "视频时长",
|
||||
|
||||
Reference in New Issue
Block a user