|
@@ -31,13 +31,15 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
- {field: 'logo', title: __('缩略图'),operate: false,formatter: Table.api.formatter.image},
|
|
|
+ {field: 'no', title: __('手机号'),operate: "LIKE"},
|
|
|
+ {field: 'province', title: __('Province')},
|
|
|
+ {field: 'city', title: __('归属地')},
|
|
|
+ {field: 'network', title: __('运营商'),formatter: Table.api.formatter.label},
|
|
|
+ {field: 'proxy', title: __('代理商'),formatter: Table.api.formatter.label},
|
|
|
+
|
|
|
+
|
|
|
{field: 'name', title: __('Name')},
|
|
|
- {field: 'no', title: __('No')},
|
|
|
{field: 'type', title: __('Type'),formatter: Table.api.formatter.label,searchList:no_type},
|
|
|
- {field: 'network', title: __('Network'),formatter: Table.api.formatter.label},
|
|
|
- {field: 'province', title: __('Province')},
|
|
|
- {field: 'city', title: __('City')},
|
|
|
{field: 'amount_exists', title: __('Amount_exists'), operate:'BETWEEN'},
|
|
|
{field: 'amount_original', title: __('Amount_original'), operate:'BETWEEN'},
|
|
|
{field: 'amount_base', title: __('Amount_base'), operate:'BETWEEN'},
|