|
@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
- {field: 'topic_id', title: __('Topic_id')},
|
|
|
+// {field: 'topic_id', title: __('Topic_id')},
|
|
|
{field: 'topichub.name', title: __('Topichub.name'), operate: 'LIKE'},
|
|
|
{field: 'user_id', title: __('User_id')},
|
|
|
{field: 'user.nickname', title: __('User.nickname'), operate: 'LIKE'},
|
|
@@ -38,8 +38,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{field: 'goodnum', title: __('Goodnum')},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'updatetime', title: __('Updatetime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
- {field: 'longitude', title: __('Longitude'), operate: 'LIKE'},
|
|
|
- {field: 'latitude', title: __('Latitude'), operate: 'LIKE'},
|
|
|
+// {field: 'longitude', title: __('Longitude'), operate: 'LIKE'},
|
|
|
+// {field: 'latitude', title: __('Latitude'), operate: 'LIKE'},
|
|
|
// {field: 'is_hidden', title: __('Is_hidden'), searchList: {"1":__('Is_hidden 1'),"0":__('Is_hidden 0')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'is_show_real', title: __('Is_show_real'), searchList: {"0":__('Is_show_real 0'),"1":__('Is_show_real 1')}, formatter: Table.api.formatter.normal},
|
|
|
{field: 'address', title: __('Address'), operate: 'LIKE'},
|