fixed side bars

This commit is contained in:
Edward Yang 2022-08-04 12:18:49 +08:00
parent 5372de0b6a
commit cc3bdfc7b5
2 changed files with 10 additions and 0 deletions

View File

@ -34,4 +34,9 @@ return [
'tax_classes_index' => 'Tax Classes',
'currencies_index' => 'Currencies',
'design_index' => 'Page Builder',
'categories_index' => 'Categories',
'brands_index' => 'Brands',
'orders_index' => 'Orders',
'customers_index' => 'Customers',
'customer_groups_index' => 'Customer Groups',
];

View File

@ -33,4 +33,9 @@ return [
'tax_classes_index' => '税费类别',
'currencies_index' => '货币管理',
'design_index' => '首页装修',
'categories_index' => '产品分类',
'brands_index' => '产品品牌',
'orders_index' => '订单列表',
'customers_index' => '客户列表',
'customer_groups_index' => '客户组',
];