|
@@ -35,12 +35,12 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'province', title: __('Province')},
|
|
|
{field: 'city', title: __('归属地')},
|
|
|
{field: 'network', title: __('运营商'),formatter: Table.api.formatter.label},
|
|
|
- {field: 'proxy', title: __('代理商'),formatter: Table.api.formatter.label},
|
|
|
+ {field: 'proxy.nickname', title: __('代理商'),formatter: Table.api.formatter.label},
|
|
|
{field: 'brand', title: __('卡品牌'),formatter: Table.api.formatter.label},
|
|
|
{field: 'rules', title: __('规律'),searchList: Object.keys(filters),formatter(a){
|
|
|
return a.join('<br>')
|
|
|
}},
|
|
|
- {field: 'info.describe', title: __('套餐信息'),operate: "like"},
|
|
|
+ {field: 'info.describe', title: __('套餐信息'),operate: "like",formatter: Table.api.formatter.content,width: 300},
|
|
|
{field: 'amount_original', title: __('Amount_original'), operate:'BETWEEN'},
|
|
|
{field: 'amount_di', title: __('底价'), operate:'BETWEEN'},
|
|
|
{field: 'amount', title: __('Amount'), operate:'BETWEEN'},
|
|
@@ -88,9 +88,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'update_time', title: __('Update_time'), operate:'RANGE', addclass:'datetimerange', autocomplete:false,formatter: Table.api.formatter.datetime},
|
|
|
{field: 'create_time', title: __('上架时间'), operate:'RANGE', addclass:'datetimerange', autocomplete:false,formatter: Table.api.formatter.datetime},
|
|
|
{field: 'sort', title: __('Sort'),operate: "BETWEEN"},
|
|
|
- {field: 'sort', title: __('预占通道'),operate: "="},
|
|
|
- {field: 'sort', title: __('预占用户ID'),operate: "="},
|
|
|
- {field: 'sort', title: __('上传用户'),operate: "="},
|
|
|
+ {field: 'hold_chan', title: __('预占通道'),operate: "="},
|
|
|
+ {field: 'hold_user', title: __('预占用户ID'),operate: "="},
|
|
|
+ {field: 'proxy_id', title: __('上传用户'),operate: "="},
|
|
|
|
|
|
/*{field: 'name', title: __('Name')},
|
|
|
{field: 'type', title: __('Type'),formatter: Table.api.formatter.label,searchList:no_type},
|