|
@@ -27,7 +27,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('Id')},
|
|
|
{field: 'title', title: __('Title'), operate: 'LIKE'},
|
|
|
- {field: 'info', title: __('Info'), operate: 'LIKE'},
|
|
|
+// {field: 'info', title: __('Info'), operate: 'LIKE'},
|
|
|
{field: 'times', title: __('Times')},
|
|
|
{field: 'createtime', title: __('Createtime'), operate:'RANGE', addclass:'datetimerange', autocomplete:false, formatter: Table.api.formatter.datetime},
|
|
|
{field: 'operate', title: __('Operate'), table: table,
|
|
@@ -40,7 +40,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
classname:'btn btn-xs btn-info btn-ajax',
|
|
|
url:'messagets/huanxinpush/id/{ids}?dialog=1',
|
|
|
target:'_self',
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
],events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
]
|