正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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')}, |
-
请 注册 或 登录 后发表评论