作者 开飞机的舒克

修改js文件

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