Browse Source

修改属性列表

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
3aac1fba28
  1. 13
      vendor/antgoods/goods/src/models/searchs/AttributeSearch.php

13
vendor/antgoods/goods/src/models/searchs/AttributeSearch.php

@ -58,6 +58,19 @@ class AttributeSearch extends Attribute
[
'class' => 'iron\grid\ActionColumn',
'align' => 'center',
'config' => [
[
'name' => 'update',
'icon' => 'pencil',
'title' => '修改'
],
[
'name' => 'delete',
'icon' => 'trash',
'title' => '删除',
'contents' => '确定删除?'
]
],
],
];
}

Loading…
Cancel
Save