This commit is contained in:
PC-202306242200\Administrator
2024-09-12 18:45:22 +08:00
parent 297ea96567
commit 00b3e59d4e
5 changed files with 6 additions and 3 deletions

View File

@@ -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: '视频地址',