|
|
@@ -92,8 +92,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
|
{checkbox: true}, |
|
|
|
// {field: 'id', title: __('Id'),visible:false}, |
|
|
|
// {field: 'user_id', title: __('User_id')}, |
|
|
|
{field: 'user.username', title: __('User name'),operate: 'LIKE'}, |
|
|
|
{field: 'user.nickname', title: __('工号'),visible:false,operate: 'LIKE'}, |
|
|
|
{field: 'user.username', title: __('工号'),operate: 'LIKE'}, |
|
|
|
{field: 'user.nickname', title: __('名字'),visible:false,operate: 'LIKE'}, |
|
|
|
{field: 'out_trade_no', title: __('Out_trade_no'),operate:false}, |
|
|
|
{field: 'order_price', title: __('Order_price'), operate:false}, |
|
|
|
// {field: 'discount_price', title: __('Discount_price'), operate:'BETWEEN'}, |
|
|
|