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