pull/135/MERGE
Karson 2017-07-04 22:46:18 +08:00
parent fa6622ee0f
commit 1a7d4e27c4
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
sortName: 'weigh',
columns: [
[
{checkbox: true},
{field: 'id', title: __('Id')},
{field: 'type', title: __('Type')},
{field: 'name', title: __('Name'), align:'left'},