1
This commit is contained in:
@@ -105,6 +105,9 @@ const MenuTableList: React.FC = () => {
|
||||
dataIndex: 'cover',
|
||||
valueType: 'image',
|
||||
search: false,
|
||||
render: (_: any, record: any) => {
|
||||
return <Image src={record.cover} width={45} height={45}></Image>
|
||||
}
|
||||
},
|
||||
// {
|
||||
// title: '视频地址',
|
||||
|
||||
Reference in New Issue
Block a user