|
@@ -140,7 +140,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'amount_pay', title: __('Amount_pay'), operate:'BETWEEN'},
|
|
|
{field: 'amount_install', title: __('Amount_install'), operate:'BETWEEN'},
|
|
|
{field: 'num', title: __('购买数量'),operate: 'between'},
|
|
|
- {field: 'num_install', title: __('Num_install'),operate: 'between'},
|
|
|
+ {field: 'num_install', title: __('安装数量'),operate: 'between'},
|
|
|
]
|
|
|
],
|
|
|
onLoadSuccess(){
|