From c94d247261c126c962c39e6c47d282f61c696251 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Thu, 25 Jul 2024 09:39:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=86=E5=AF=B9?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E6=97=B6=E9=97=B4=E7=9A=84=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E5=8C=96=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/lists/user/UserLists.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/admin/lists/user/UserLists.php b/app/admin/lists/user/UserLists.php index 19b3d633..863f8f4c 100644 --- a/app/admin/lists/user/UserLists.php +++ b/app/admin/lists/user/UserLists.php @@ -62,6 +62,9 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface,ListsS if($item['vip_name']== null){ $item['vip_name'] = '普通会员'; } + if($item['vip_name']!= null){ + $item['vip_time'] = date('Y-m-d H:i:s', strtotime($item['vip_time'])); + } if($item['label_name']== null){ $item['label_name'] = '无'; }