Browse Source

运费区域列表增加删除方法

antshop
linyaostalker 5 years ago
parent
commit
a873e80f04
  1. 12
      backend/modules/shop/models/searchs/ExpressAreaSearch.php

12
backend/modules/shop/models/searchs/ExpressAreaSearch.php

@ -93,12 +93,12 @@ class ExpressAreaSearch extends ExpressArea
'icon' => 'pencil',
'title' => '修改'
],
// [
// 'name' => 'delete',
// 'icon' => 'trash',
// 'title' => '删除',
// 'contents' => '确定删除?'
// ]
[
'name' => 'express-area-delete',
'icon' => 'trash',
'title' => '删除',
'contents' => '确定删除?'
]
],
],
];

Loading…
Cancel
Save