Browse Source

refactor:修改后台商品分类列表字段

antshop
linyaostalker 5 years ago
parent
commit
a5b5200c4f
  1. 1
      backend/modules/goods/models/searchs/CategorySearch.php

1
backend/modules/goods/models/searchs/CategorySearch.php

@ -55,6 +55,7 @@ class CategorySearch extends Category
], ],
'id', 'id',
'name', 'name',
'pid',
[ [
'attribute' => 'pid', 'attribute' => 'pid',
'value' => function ($model) { 'value' => function ($model) {

Loading…
Cancel
Save