Update menu

This commit is contained in:
2025-11-24 12:37:49 +07:00
parent caa5828511
commit 4d67725ea8
13 changed files with 122 additions and 48 deletions

View File

@@ -2,8 +2,8 @@
return array(
'enable' => true ,
"name" => "Khách hàng",
"icon_class" => '',
"url" => "",
"menu" => array(
array(
@@ -12,6 +12,7 @@ return array(
'view' => 'home',
'id' => 'customer/home',
'name' => 'Danh sách khách hàng',
"icon_class" => '',
'url' => '/admin/customer',
),
@@ -21,6 +22,7 @@ return array(
'view' => 'customer-group',
'id' => 'customer/customer-group',
'name' => 'Nhóm khách hàng',
"icon_class" => '',
'url' => '/admin/customer/customer-group',
),*/
@@ -30,6 +32,7 @@ return array(
'view' => 'customer-contact',
'id' => 'customer/customer-contact',
'name' => 'Khách hàng liên hệ',
"icon_class" => '',
'url' => '/admin/customer/customer-contact',
),
@@ -39,6 +42,7 @@ return array(
'view' => 'comment',
'id' => 'customer/comment',
'name' => 'Tổng hợp trao đổi',
"icon_class" => '',
'url' => '/admin/customer/comment',
),
@@ -48,6 +52,7 @@ return array(
'view' => 'review',
'id' => 'customer/review',
'name' => 'Tổng hợp Đánh giá',
"icon_class" => '',
'url' => '/admin/customer/review',
),
@@ -57,6 +62,7 @@ return array(
'view' => 'customer-review',
'id' => 'customer/customer-review',
'name' => 'Khách hàng góp ý',
"icon_class" => '',
'url' => '/admin/customer/customer-review',
),
@@ -66,6 +72,7 @@ return array(
'view' => 'customer-newsletter',
'id' => 'customer/customer-newsletter',
'name' => 'Khách hàng nhận bản tin',
"icon_class" => '',
'url' => '/admin/customer/customer-newsletter',
),