...
|
...
|
@@ -31,7 +31,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin |
|
|
{field: 'territory_id', title: __('Territory_id'), operate:false},
|
|
|
{field: 'is_use', title: __('Is_use'), operate:false,formatter: Table.api.formatter.label,searchList:{'0': '不使用','1':'使用'}},
|
|
|
{field: 'money', title: __('Money'), operate:'BETWEEN'},
|
|
|
{field: 'status', title: __('Status'),formatter: Table.api.formatter.status,custom: {2:'success', 1:'error',3:'error'},searchList:{'1': '待支付','2':'已支付','3':'已退款'}},
|
|
|
{field: 'status', title: __('Status'),formatter: Table.api.formatter.status,searchList:{'1': '待支付','2':'已支付','3':'已退款'}},
|
|
|
{field: 'num', title: __('Num'), operate:false},
|
|
|
{field: 'business', title: __('Business'), operate:false},
|
|
|
{field: 'address', title: __('Address'), operate:false},
|
...
|
...
|
|