|
@@ -22,6 +22,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
url: $.fn.bootstrapTable.defaults.extend.index_url,
|
|
url: $.fn.bootstrapTable.defaults.extend.index_url,
|
|
pk: 'id',
|
|
pk: 'id',
|
|
sortName: 'id',
|
|
sortName: 'id',
|
|
|
|
+ fixedColumns: true,
|
|
|
|
+ fixedRightNumber: 1,
|
|
columns: [
|
|
columns: [
|
|
[
|
|
[
|
|
{checkbox: true},
|
|
{checkbox: true},
|
|
@@ -30,23 +32,13 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
{field: 'title', title: __('Title'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
{field: 'title', title: __('Title'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
{field: 'suozaidanwei', title: __('Suozaidanwei'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
{field: 'suozaidanwei', title: __('Suozaidanwei'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
{field: 'tuijiangonghui', title: __('Tuijiangonghui'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
{field: 'tuijiangonghui', title: __('Tuijiangonghui'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
- {field: 'video_file', title: __('Video_file'), operate: false, formatter: Table.api.formatter.video},
|
|
|
|
|
|
+// {field: 'video_file', title: __('Video_file'), operate: false, formatter: Table.api.formatter.file},
|
|
{field: 'votes', title: __('Votes')},
|
|
{field: 'votes', title: __('Votes')},
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1')}, formatter: Table.api.formatter.status},
|
|
{field: 'status', title: __('Status'), searchList: {"0":__('Status 0'),"1":__('Status 1')}, formatter: Table.api.formatter.status},
|
|
{field: 'score', title: __('Score')},
|
|
{field: 'score', title: __('Score')},
|
|
- {field: 'operate', title: __('Operate'), table: table,
|
|
|
|
- /* buttons:[
|
|
|
|
- {
|
|
|
|
- name:'editvideo',
|
|
|
|
- text:'上传视频',
|
|
|
|
- title:'上传视频',
|
|
|
|
- icon:'fa fa-exclamation-circle',
|
|
|
|
- classname:'btn btn-xs btn-info btn-dialog btn-selectuser',
|
|
|
|
- url:'voteplayer/editvideo/id/{ids}?dialog=1',
|
|
|
|
- target:'_self',
|
|
|
|
- },
|
|
|
|
- ],*/
|
|
|
|
- events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
|
|
|
+ {field: 'thumb_image', title: __('Thumb_image'), operate: false, events: Table.api.events.image, formatter: Table.api.formatter.image},
|
|
|
|
+ {field: 'vodid', title: __('Vodid'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},
|
|
|
|
+ {field: 'operate', title: __('Operate'), table: table, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
]
|
|
]
|
|
]
|
|
]
|
|
});
|
|
});
|
|
@@ -57,9 +49,6 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
add: function () {
|
|
add: function () {
|
|
Controller.api.bindevent();
|
|
Controller.api.bindevent();
|
|
},
|
|
},
|
|
- editvideo: function () {
|
|
|
|
- Controller.api.bindevent();
|
|
|
|
- },
|
|
|
|
edit: function () {
|
|
edit: function () {
|
|
Controller.api.bindevent();
|
|
Controller.api.bindevent();
|
|
},
|
|
},
|