|
@@ -41,12 +41,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
return a.join('<br>')
|
|
|
}},
|
|
|
{field: 'info.describe', title: __('套餐信息'),operate: "like"},
|
|
|
+ {field: 'amount_original', title: __('Amount_original'), operate:'BETWEEN'},
|
|
|
|
|
|
|
|
|
{field: 'name', title: __('Name')},
|
|
|
{field: 'type', title: __('Type'),formatter: Table.api.formatter.label,searchList:no_type},
|
|
|
{field: 'amount_exists', title: __('Amount_exists'), operate:'BETWEEN'},
|
|
|
- {field: 'amount_original', title: __('Amount_original'), operate:'BETWEEN'},
|
|
|
{field: 'amount_base', title: __('Amount_base'), operate:'BETWEEN'},
|
|
|
{field: 'amount_charge', title: __('Amount_charge'), operate:'BETWEEN'},
|
|
|
{field: 'amount', title: __('Amount'), operate:'BETWEEN'},
|