Browse Source

修复后台查询日志报错的BUG

moshaorui 3 weeks ago
parent
commit
1e7cef2553
3 changed files with 3 additions and 1 deletions
  1. 1 1
      app/Admin/Controllers/SiteAlbumLogController.php
  2. 1 0
      lang/en/global.php
  3. 1 0
      lang/zh_CN/global.php

+ 1 - 1
app/Admin/Controllers/SiteAlbumLogController.php

@@ -45,7 +45,7 @@ class SiteAlbumLogController extends AdminController
             $grid->filter(function (Grid\Filter $filter) {
                 $filter->panel();
                 $filter->expand();
-                $filter->equal('nick_name')->width(2);
+                $filter->equal('user_name')->width(2);
                 $filter->equal('model')->width(2);
             });
             //按钮

+ 1 - 0
lang/en/global.php

@@ -110,6 +110,7 @@ return [
         'pdf_src'               => 'PDF Src',
         'video_src'             => 'Video Src',
         'missing_content'       => 'Missing Content',
+        'user_name'             => 'User Name',
     ],
     'labels' => [
         'list'                  => 'List',

+ 1 - 0
lang/zh_CN/global.php

@@ -120,6 +120,7 @@ return [
         'action'                => '操作',
         'title_en'              => '标题(英文)',
         'pdf_title_en'          => 'PDF标题(英文)',
+        'user_name'             => '用户名',
     ],
     'labels' => [
         'list'         => '列表',