qifengquan 1 year ago
parent
commit
21e865e3b3

+ 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'},