|
@@ -39,6 +39,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
//{field: 'amount_kill', title: __('Amount_kill'), operate:'BETWEEN'},
|
|
|
{field: 'is_hot', title: __('Is_hot'),formatter:Table.api.formatter.label,searchList:{0:'否',1:'是'}},
|
|
|
{field: 'is_kill', title: __('Is_kill'),formatter:Table.api.formatter.label,searchList:{0:'否',1:'是'}},
|
|
|
+ {field: 'is_level_discount', title: __('参与会员折扣'),formatter:Table.api.formatter.label,searchList:{0:'否',1:'是'}},
|
|
|
{field: 'status', title: __('状态'),formatter:Table.api.formatter.label,searchList:goodsStatus},
|
|
|
{field: 'num_sell', title: __('Num_sell')},
|
|
|
{field: 'create_time', title: __('Create_time'),formatter: Table.api.formatter.datetime,addClass:'datetimerange'},
|