diff --git a/resources/views/admin/work-orders/index.blade.php b/resources/views/admin/work-orders/index.blade.php index 0aff5c5..8dca685 100644 --- a/resources/views/admin/work-orders/index.blade.php +++ b/resources/views/admin/work-orders/index.blade.php @@ -23,6 +23,7 @@
UUID: {{ $workOrder->uuid }}
+
+ 创建时间: {{ $workOrder->created_at }}, {{ $workOrder->created_at->diffForHumans() }}。
+
+ 最后更新时间: {{ $workOrder->updated_at }}。