xieruidong 2 years ago
parent
commit
73f6c45fb3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/orders.js

+ 1 - 1
public/assets/js/backend/orders.js

@@ -228,7 +228,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                             },width:200},
                         {field: 'sku_name', title: __('商品规格'),operate: false},
                         {field: 'amount_pay', title: __('Amount_total'), operate:'BETWEEN'},
-                        //{field: 'amount_pay', title: __('Amount_pay'), operate:'BETWEEN'},
+                        {field: 'amount_goods_real', title: __('商品金额'), operate:'BETWEEN'},
                           {field: 'amount_install', title: __('Amount_install'), operate:'BETWEEN'},
                           {field: 'num', title: __('购买数量'),operate: 'between'},
                           {field: 'num_install', title: __('安装数量'),operate: 'between'},