qifengquan преди 1 година
родител
ревизия
21e865e3b3
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      public/assets/js/backend/user/authentication/education.js
  2. 1 1
      public/assets/js/backend/user/authentication/work.js

+ 1 - 1
public/assets/js/backend/user/authentication/education.js

@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     [
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
-                        // {field: 'uid', title: __('Uid')},
+                        {field: 'uid', title: __('Uid')},
                         {field: 'category.name', title: __('学历'), operate: 'LIKE'},
                         {field: 'school', title: __('School'), operate: 'LIKE'},
                         {field: 'authentication_method', title: __('Authentication_method'), operate: 'LIKE'},

+ 1 - 1
public/assets/js/backend/user/authentication/work.js

@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     [
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
-                        // {field: 'uid', title: __('Uid')},
+                        {field: 'uid', title: __('Uid')},
                         {field: 'work', title: __('Work'), operate: 'LIKE'},
                         {field: 'company_name', title: __('Company_name'), operate: 'LIKE'},
                         {field: 'authentication_method', title: __('Authentication_method'), operate: 'LIKE'},