作者 开飞机的舒克

学生管理优化

... ... @@ -40,9 +40,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
// {field: 'loginip', title: __('Loginip'), formatter: Table.api.formatter.search},
// {field: 'jointime', title: __('Jointime'), formatter: Table.api.formatter.datetime, operate: 'RANGE', addclass: 'datetimerange', sortable: true},
// {field: 'joinip', title: __('Joinip'), formatter: Table.api.formatter.search},
{field: 'is_teach', title: __('Is_teach'),searchList: {"0":__('Is_teach 0'),"1":__('Is_teach 1')},formatter: Table.api.formatter.normal},
{field: 'is_teach', title: __('Is_teach'),searchList: {"0":__('Is_teach 0'),"1":__('Is_teach 1')},formatter:Table.api.formatter.toggle},
{field: 'teach_phone', title: __('Teach_phone'),operate: 'LIKE'},
{field: 'bind_study', title: __('Bind_study'),searchList: {"0":__('Bind_study 0'),"1":__('Bind_study 1')},formatter: Table.api.formatter.normal},
{field: 'bind_study', title: __('Bind_study'),searchList: {"0":__('Bind_study 0'),"1":__('Bind_study 1')},formatter:Table.api.formatter.toggle},
{field: 'status', title: __('Status'), formatter: Table.api.formatter.status, searchList: {normal: __('Normal'), hidden: __('Hidden')}},
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
]
... ...