Browse Source

11

undefined
loumengning 4 years ago
parent
commit
3fd1e91533
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      public/assets/js/backend/unishop/order.js

+ 2
- 2
public/assets/js/backend/unishop/order.js View File

@@ -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'},


Loading…
Cancel
Save