|
@@ -37,6 +37,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'lesson_id', title: __('Lesson_id')},
|
|
|
{field: 'address', title: __('Address'), operate: 'LIKE'},
|
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"20":__('Status 20'),"30":__('Status 30')}, formatter: Table.api.formatter.status},
|
|
|
+ {field: 'remark', title: __('Remark'), operate: 'LIKE'},
|
|
|
{field: 'lesson.name', title: __('Lesson.name'), operate: 'LIKE'},
|
|
|
{field: 'coach.nickname', title: __('Coach.nickname'), operate: 'LIKE'},
|
|
|
{field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|