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

@@ -3,6 +3,7 @@
return array(
'enable' => true ,
"name" => "Bán hàng",
"icon_class" => "iconify lucide--store tw-tsa",
"url" => "",
"menu" => array(
array(
@@ -11,6 +12,7 @@ return array(
'view' => 'home',
'id' => 'order/home',
'name' => 'Danh sách đơn hàng',
"icon_class" => '',
'url' => '/admin/order', // &list=new
),
@@ -20,6 +22,7 @@ return array(
'view' => 'bargain',
'id' => 'order/bargain',
'name' => 'Mặc cả giá',
"icon_class" => '',
'url' => '/admin/order/bargain',
),
@@ -29,16 +32,17 @@ return array(
'view' => 'wait-order',
'id' => 'order/wait-order',
'name' => 'Chờ mua sản phẩm',
"icon_class" => '',
'url' => '/admin/order/wait-order',
),
array(
'enable' => true ,
'module' => 'order',
'view' => 'paygate',
'id' => 'order/paygate',
'name' => 'Thanh toán qua cổng dịch vụ',
"icon_class" => '',
'url' => '/admin/order/paygate',
),
@@ -48,6 +52,7 @@ return array(
'view' => 'price-quote',
'id' => 'order/price-quote',
'name' => 'Lập báo giá',
"icon_class" => '',
'url' => '/admin/order/price-quote',
),
),