浏览代码

后台不上传视频了,自己在VOD控制台传

lizhen_gitee 4 月之前
父节点
当前提交
2b49bfde15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/assets/js/backend/voteplayer.js

+ 1 - 1
public/assets/js/backend/voteplayer.js

@@ -28,7 +28,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                     [
                         {checkbox: true},
                         {field: 'id', title: __('Id')},
-                        {field: 'subject_id', title: __('Subject_id')},
+//                        {field: 'subject_id', title: __('Subject_id')},
                         {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: 'tuijiangonghui', title: __('Tuijiangonghui'), operate: 'LIKE', table: table, class: 'autocontent', formatter: Table.api.formatter.content},