...
|
...
|
@@ -95,7 +95,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{field: 'phone', title: __('Phone'), operate: 'LIKE'},
|
|
|
{field: 'team', title: __('Team'), operate: 'LIKE'},
|
|
|
{field: 'team_rank', title: __('Team_rank'),operate: false},
|
|
|
{field: 'birthday', title: __('Birthday'),operate:false, addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime,datetimeFormat: "YYYY-MM-DD"},
|
|
|
{field: 'birthday', title: __('Birthday'),operate:false},
|
|
|
{field: 'grade', title: __('Grade'), operate: 'LIKE'},
|
|
|
{field: 'school', title: __('School'), operate: 'LIKE'},
|
|
|
// {field: 'team_id', title: __('Team_id')},
|
...
|
...
|
|