WIN-2308041133\Administrator 8 months ago
parent
commit
2dface65fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/platform/income.js

+ 1 - 1
public/assets/js/backend/platform/income.js

@@ -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},