...
|
...
|
@@ -25,8 +25,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id'), operate:false},
|
|
|
{field: 'user_id', title: __('User_id'), operate:false},
|
|
|
{field: 'teacher.name', title: __('Teacher.name'), operate:false},
|
|
|
// {field: 'user_id', title: __('User_id'), operate:false},
|
|
|
{field: 'teacher.name', title: __('老师名称'), operate:false},
|
|
|
{field: 'money', title: __('Money'), operate:'BETWEEN'},
|
|
|
{field: 'status', title: __('Status'),formatter: Table.api.formatter.status,searchList:{'0': '未处理','1':'已处理'}},
|
|
|
{field: 'card', title: __('Card'), operate:false},
|
...
|
...
|
|