From 79982b0ca86da5d5618f2031a4702adcd48e0085 Mon Sep 17 00:00:00 2001
From: unknown <18119604035@163.com>
Date: Fri, 21 Jul 2023 11:22:16 +0800
Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=88=97=E8=A1=A8=E6=96=87?=
=?UTF-8?q?=E6=A1=88=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/resource/videos/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/resource/videos/index.tsx b/src/pages/resource/videos/index.tsx
index 15790a9..49bf25b 100644
--- a/src/pages/resource/videos/index.tsx
+++ b/src/pages/resource/videos/index.tsx
@@ -83,7 +83,7 @@ const ResourceVideosPage = () => {
JSON.stringify(adminUsers) !== "{}" && {adminUsers[text]},
},
{
- title: "视频时长",
+ title: "创建时间",
dataIndex: "created_at",
render: (text: string) => {dateFormat(text)},
},