|
@@ -39,6 +39,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'lesson_id', title: __('Lesson_id')},
|
|
|
{field: 'lesson.name', title: __('Lesson.name'), operate: 'LIKE'},
|
|
|
{field: 'lesson.name_en', title: __('Lesson.name_en'), operate: 'LIKE'},
|
|
|
+ {field: 'coach.nickname', title: __('Coach.nickname')},
|
|
|
{field: 'order_amount', title: __('Order_amount'), operate:'BETWEEN'},
|
|
|
{field: 'order_status', title: __('Order_status'), searchList: {"0":__('Order_status 0'),"10":__('Order_status 10'),"20":__('Order_status 20'),"30":__('Order_status 30'),"40":__('Order_status 40')}, formatter: Table.api.formatter.status},
|
|
|
{field: 'paytype', title: __('Paytype'), searchList: {"1":__('Paytype 1'),"2":__('Paytype 2'),"3":__('Paytype 3'),"4":__('Paytype 4')}, formatter: Table.api.formatter.normal},
|