|
@@ -15,6 +15,7 @@ import WorklistPage from '@/pages/patient/worklist';
|
|
import HistorylistPage from '@/pages/patient/HistoryList';
|
|
import HistorylistPage from '@/pages/patient/HistoryList';
|
|
import ArchivelistPage from '@/pages/patient/ArchiveList';
|
|
import ArchivelistPage from '@/pages/patient/ArchiveList';
|
|
import BinPage from '@/pages/patient/Bin';
|
|
import BinPage from '@/pages/patient/Bin';
|
|
|
|
+import OutputlistPage from '@/pages/patient/OutputList';
|
|
|
|
|
|
// import { Link } from 'react-router-dom';
|
|
// import { Link } from 'react-router-dom';
|
|
// import { MenuOutlined } from '@ant-design/icons';
|
|
// import { MenuOutlined } from '@ant-design/icons';
|
|
@@ -51,7 +52,8 @@ const BasicLayout: React.FC<BasicLayoutProps> = ({ children }) => {
|
|
'worklist':<WorklistPage />,
|
|
'worklist':<WorklistPage />,
|
|
'historylist':<HistorylistPage />,
|
|
'historylist':<HistorylistPage />,
|
|
'archivelist':<ArchivelistPage />,
|
|
'archivelist':<ArchivelistPage />,
|
|
- 'bin':<BinPage />
|
|
|
|
|
|
+ 'bin':<BinPage />,
|
|
|
|
+ 'outputlist':<OutputlistPage />,
|
|
};
|
|
};
|
|
//感知菜单项点击
|
|
//感知菜单项点击
|
|
const handleMenuClick=(key:string)=>{
|
|
const handleMenuClick=(key:string)=>{
|