| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177 |
- <?php
- // +----------------------------------------------------------------------
- // | 店铺端菜单设置
- // +----------------------------------------------------------------------
- return [
- [
- 'name' => 'SERVICER',
- 'title' => '客服管理',
- 'url' => 'servicer://shop/servicer/index',
- 'parent' => 'PROMOTION_ROOT',
- 'is_show' => 1,
- 'is_control' => 1,
- 'picture' => 'addon/servicer/shop/view/public/img/service_new.png',
- 'picture_selected' => 'addon/servicer/shop/view/public/img/service_select.png',
- 'is_icon' => 0,
- 'sort' => 100,
- 'child_list' => [
- [
- 'name' => 'SERVICER_MANAGER',
- 'title' => '客服列表',
- 'url' => 'servicer://shop/servicer/index',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 1,
- 'child_list' => [
- [
- 'name' => 'SERVICE_MANAGER_ADD',
- 'title' => '添加客服',
- 'url' => 'servicer://shop/servicer/add',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 100,
- ],
- [
- 'name' => 'SERVICE_MANAGER_EDIT',
- 'title' => '编辑客服',
- 'url' => 'servicer://shop/servicer/edit',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 100,
- ],
- [
- 'name' => 'SERVICE_MANAGER_DELETE',
- 'title' => '删除客服',
- 'url' => 'servicer://shop/servicer/delete',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 100,
- ],
- ]
- ],
- [
- 'name' => 'SERVICER_GROUP',
- 'title' => '客服分组',
- 'url' => 'servicer://shop/group/index',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 2,
- 'child_list' => [
- [
- 'name' => 'SERVICER_GROUP_ADD',
- 'title' => '添加分组',
- 'url' => 'servicer://shop/group/add',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 100,
- ],
- [
- 'name' => 'SERVICER_GROUP_EDIT',
- 'title' => '编辑分组',
- 'url' => 'servicer://shop/group/edit',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 100,
- ],
- [
- 'name' => 'SERVICER_GROUP_DELETE',
- 'title' => '删除分组',
- 'url' => 'servicer://shop/group/delete',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 100,
- ],
- ]
- ],
- [
- 'name' => 'SERVICER_KEYWORD_REPLY',
- 'title' => '关键词回复',
- 'url' => 'servicer://shop/keyword/index',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 4,
- 'child_list' => [
- [
- 'name' => 'SERVICER_KEYWORD_REPLY_ADD',
- 'title' => '添加关键词',
- 'url' => 'servicer://shop/keyword/add',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 1,
- ],
- [
- 'name' => 'SERVICER_KEYWORD_REPLY_EDIT',
- 'title' => '编辑关键词',
- 'url' => 'servicer://shop/keyword/edit',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 2,
- ],
- [
- 'name' => 'SERVICER_KEYWORD_REPLY_DELETE',
- 'title' => '删除关键词',
- 'url' => 'servicer://shop/keyword/delete',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 3,
- ],
- ]
- ],
- [
- 'name' => 'SERVICER_FAST_REPLY',
- 'title' => '快捷回复',
- 'url' => 'servicer://shop/fast/index',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 5,
- 'child_list' => [
- [
- 'name' => 'SERVICER_KEYWORD_FAST_ADD',
- 'title' => '添加快捷回复',
- 'url' => 'servicer://shop/fast/add',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 1,
- ],
- [
- 'name' => 'SERVICER_KEYWORD_FAST_EDIT',
- 'title' => '编辑快捷回复',
- 'url' => 'servicer://shop/fast/edit',
- 'is_show' => 1,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 2,
- ],
- [
- 'name' => 'SERVICER_KEYWORD_FAST_DELETE',
- 'title' => '删除快捷回复',
- 'url' => 'servicer://shop/fast/delete',
- 'is_show' => 0,
- 'is_control' => 1,
- 'is_icon' => 0,
- 'sort' => 3,
- ],
- ]
- ],
- ]
- ]
- ];
|