From 690beb07062cc4dcbe59aed57fde549c28f28968 Mon Sep 17 00:00:00 2001 From: dark Date: Sun, 12 May 2024 23:48:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4img=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/cms/video/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/cms/video/index.tsx b/src/pages/cms/video/index.tsx index bc9220c..e51697a 100644 --- a/src/pages/cms/video/index.tsx +++ b/src/pages/cms/video/index.tsx @@ -1,5 +1,5 @@ import { useTranslation } from '@/i18n.ts' -import { Button, Form, Popconfirm } from 'antd' +import { Button, Form, Image, Popconfirm } from 'antd' import { useAtom, useAtomValue } from 'jotai' import { deleteVideoAtom, @@ -138,7 +138,7 @@ const Video = () => { 'title': t(`${i18nPrefix}.columns.pic`, 'Pic'), 'dataIndex': 'pic', render: (_dom, record) => { - return + return }, }, {