|
@@ -23,7 +23,7 @@ define(['jquery', 'bootstrap', 'backend', 'form', 'table'], function ($, undefin
|
|
|
[
|
|
|
{field: 'state', checkbox: true, },
|
|
|
{field: 'id', title: __('Id')},
|
|
|
- {field: 'plan_id', title: __('PlanId')},
|
|
|
+ {field: 'plan_id', title: __('Plan_id')},
|
|
|
{field: 'text', title: __('Text')},
|
|
|
{field: 'price', title: __('price')},
|
|
|
{field: 'createtime', title: __('Create time'), formatter: Table.api.formatter.datetime, operate: 'RANGE', addclass: 'datetimerange', sortable: true},
|