WIN-2308041133\Administrator 1 년 전
부모
커밋
e867ab18c7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      public/assets/js/backend/wechat/plan.js

+ 1 - 0
public/assets/js/backend/wechat/plan.js

@@ -23,6 +23,7 @@ define(['jquery', 'bootstrap', 'backend', 'form', 'table'], function ($, undefin
                     [
                         {field: 'state', checkbox: true, },
                         {field: 'id', title: __('Id')},
+                        {field: 'cid', title: __('Cid')},
                         {field: 'plan_id', title: __('Plan_id')},
                         {field: 'text', title: __('Text')},
                         {field: 'price', title: __('price')},