|
@@ -30,11 +30,23 @@ 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.file},
|
|
|
|
|
|
+ {field: 'video_file', title: __('Video_file'), operate: false, formatter: Table.api.formatter.video},
|
|
{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, events: Table.api.events.operate, formatter: Table.api.formatter.operate}
|
|
|
|
|
|
+ {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}
|
|
]
|
|
]
|
|
]
|
|
]
|
|
});
|
|
});
|
|
@@ -45,6 +57,9 @@ 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();
|
|
},
|
|
},
|