fix(menu): fix desc
This commit is contained in:
@@ -107,8 +107,7 @@ export default function PersonDashboardPage() {
|
||||
<SettingPage>
|
||||
<Stack className={classes.pageIntro}>
|
||||
<Text className={classes.breadcrumb}>
|
||||
个人工作台 /{" "}
|
||||
<span className={classes.breadcrumbCurrent}>个人看板</span>
|
||||
个人中心 / <span className={classes.breadcrumbCurrent}>个人看板</span>
|
||||
</Text>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -502,8 +502,7 @@ export default function PersonReportPage() {
|
||||
<SettingPage>
|
||||
<Stack className={classes.pageIntro}>
|
||||
<Text className={classes.breadcrumb}>
|
||||
个人工作台 / 日报管理 /{" "}
|
||||
<span className={classes.breadcrumbCurrent}>我的日报</span>
|
||||
个人中心 / <span className={classes.breadcrumbCurrent}>我的日报</span>
|
||||
</Text>
|
||||
</Stack>
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@ const currentComponentList: MenuItem[] = [
|
||||
icon: "DashboardIcon",
|
||||
},
|
||||
{
|
||||
title: "个人日报",
|
||||
title: "我的日报",
|
||||
url: "report",
|
||||
icon: "ReportIcon",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user