|
|
@@ -20,7 +20,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
|
|
|
[
|
|
|
{checkbox: true},
|
|
|
{field: 'id', title: __('ID'), sortable: true},
|
|
|
- {field: 'videolist.title', title: __('短剧名称'), operate: false},
|
|
|
+ {field: 'videolist.name', title: __('短剧名称'), operate: false},
|
|
|
{field: 'platform.name', title: __('平台名称'), operate: false},
|
|
|
{field: 'max', title: __('收益上限'), sortable: true},
|
|
|
{field: 'min', title: __('收益下限'), sortable: true},
|