|
@@ -37,8 +37,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: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|
|
|
- {field: 'simplemobile', title: __('Simplemobile'), operate: 'LIKE'},
|
|
|
+// {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},
|
|
|
// {field: 'gender', title: __('Gender'), searchList: {"1":__('Gender 1'),"0":__('Gender 0')}, formatter: Table.api.formatter.normal},
|
|
|
// {field: 'successions', title: __('Successions')},
|