|
@@ -29,20 +29,19 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'name', title: __('Name'), operate: 'LIKE'},
|
|
|
- {field: 'logo', title: __('Logo'), operate: 'LIKE'},
|
|
|
{field: 'image', title: __('Image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
{field: 'contacts', title: __('Contacts'), operate: 'LIKE'},
|
|
|
{field: 'mobile', title: __('Mobile'), operate: 'LIKE'},
|
|
|
{field: 'province_name', title: __('Province_name'), operate: 'LIKE'},
|
|
|
{field: 'city_name', title: __('City_name'), operate: 'LIKE'},
|
|
|
{field: 'area_name', title: __('Area_name'), operate: 'LIKE'},
|
|
|
- {field: 'province_id', title: __('Province_id')},
|
|
|
- {field: 'city_id', title: __('City_id')},
|
|
|
- {field: 'area_id', title: __('Area_id')},
|
|
|
+ {field: 'province_id', title: __('Province_id'), operate: false,visible:false },
|
|
|
+ {field: 'city_id', title: __('City_id'), operate: false, visible:false },
|
|
|
+ {field: 'area_id', title: __('Area_id'), operate: false,visible:false },
|
|
|
{field: 'address', title: __('Address'), operate: 'LIKE'},
|
|
|
{field: 'full_address', title: __('Full_address'), operate: 'LIKE'},
|
|
|
- {field: 'longitude', title: __('Longitude'), operate:'BETWEEN'},
|
|
|
- {field: 'latitude', title: __('Latitude'), operate:'BETWEEN'},
|
|
|
+ {field: 'longitude', title: __('Longitude'), operate: false, visible:false },
|
|
|
+ {field: 'latitude', title: __('Latitude'), operate: false, visible:false },
|
|
|
{field: 'aptitude_images', title: __('Aptitude_images'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.images},
|
|
|
{field: 'status', title: __('Status'), searchList: {"-1":__('Status -1'),"0":__('Status 0'),"1":__('Status 1'),"2":__('Status 2')}, formatter: Table.api.formatter.status},
|
|
|
{field: 'is_open', title: __('Is_open'), searchList: {"0":__('Is_open 0'),"1":__('Is_open 1')}, formatter: Table.api.formatter.normal},
|