diff --git a/src/components/PageFooter.tsx b/src/components/PageFooter.tsx index 9820d8c..a354b12 100644 --- a/src/components/PageFooter.tsx +++ b/src/components/PageFooter.tsx @@ -12,9 +12,12 @@ const PageFooter: React.FC = () => { yearStr = startYear.toString() + ' - ' + curYear.toString(); } return ( - +
+ +
); }; diff --git a/src/router.tsx b/src/router.tsx index 1cb7dce..9ec86a9 100644 --- a/src/router.tsx +++ b/src/router.tsx @@ -21,6 +21,7 @@ export const routeName = new Map([ ['duty', '值班组长'], ['dutytable', '排班表'], ['dutyinfo', '值班信息'], + ['conclusion', '值班总结'], ]); export const AppRouter: React.FC = () => {