|
@@ -34,6 +34,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'no', title: __('手机号'),operate: "LIKE"},
|
|
|
{field: 'province', title: __('省份')},
|
|
|
{field: 'city', title: __('归属地')},
|
|
|
+ {field: 'name', title: __('卡名称')},
|
|
|
{field: 'network', title: __('运营商'),formatter: Table.api.formatter.label},
|
|
|
{field: 'proxy.nickname', title: __('代理商'),formatter: Table.api.formatter.label},
|
|
|
{field: 'brand', title: __('卡品牌'),formatter: Table.api.formatter.label},
|