From e5f6a4d31956fad823fe5150fcb41958291f0a8b Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Tue, 30 Aug 2022 16:23:15 +0800 Subject: [PATCH] add created at --- resources/beike/admin/views/pages/customers/index.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/beike/admin/views/pages/customers/index.blade.php b/resources/beike/admin/views/pages/customers/index.blade.php index 591aa22c..14eea72b 100644 --- a/resources/beike/admin/views/pages/customers/index.blade.php +++ b/resources/beike/admin/views/pages/customers/index.blade.php @@ -52,7 +52,8 @@ {{ __('customer.from') }} {{ __('customer.customer_group') }} {{ __('common.status') }} - {{ __('common.action') }} + {{ __('common.created_at') }} + {{ __('common.action') }} @@ -71,6 +72,7 @@ {{ __('common.enable') }} {{ __('common.disable') }} + @{{ customer.created_at }} {{ __('common.edit') }}