Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -32,7 +32,7 @@ class MembershipController extends AdminController | ... | @@ -32,7 +32,7 @@ class MembershipController extends AdminController |
32 | 32 | ||
33 | $grid->column('id',__('ID'))->sortable(); | 33 | $grid->column('id',__('ID'))->sortable(); |
34 | $grid->column('title'); | 34 | $grid->column('title'); |
35 | - $grid->column('intro')->limit(40); | 35 | + $grid->column('intro')->limit(30); |
36 | $grid->column('expand','展开') | 36 | $grid->column('expand','展开') |
37 | ->display('会员商品') | 37 | ->display('会员商品') |
38 | ->expand(function (){ | 38 | ->expand(function (){ | ... | ... |
-
Please register or login to post a comment