|
@@ -35,6 +35,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
// {field: 'password', title: __('Password'), operate: 'LIKE'},
|
|
|
// {field: 'salt', title: __('Salt'), operate: 'LIKE'},
|
|
|
{field: 'email', title: __('Email'), operate: 'LIKE'},
|
|
|
+ {field: 'userwallet.score', title: __('userwallet.score'), operate: false},
|
|
|
+
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|
|
|
{field: 'simplemobile', title: __('Simplemobile'), operate: 'LIKE'},
|
|
|
{field: 'avatar', title: __('Avatar'), operate: 'LIKE', events: Table.api.events.image, formatter: Table.api.formatter.image},
|