fix:菜单结构修改
This commit is contained in:
@@ -4,6 +4,7 @@ import { useI18n } from "vue-i18n";
|
||||
import {
|
||||
RightOutlined,
|
||||
DollarOutlined,
|
||||
FileTextOutlined,
|
||||
CreditCardOutlined,
|
||||
ContainerOutlined,
|
||||
MoneyCollectOutlined,
|
||||
@@ -40,6 +41,11 @@ const menuItems = [
|
||||
// title: t('page.Internetdetails.title'),
|
||||
// path: '/billing/internetdetails'
|
||||
// },
|
||||
{
|
||||
icon: FileTextOutlined,
|
||||
title: t('page.endpoint.cdrlrecords'),
|
||||
path: '/billing/cdrlrecords'
|
||||
}
|
||||
];
|
||||
|
||||
const handleMenuClick = (path: string) => {
|
||||
|
||||
Reference in New Issue
Block a user