Browse Source

为大屏幕布局添加急诊入口菜单项

dengdx 2 months ago
parent
commit
6d4bab560a
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/layouts/NavMenu.tsx

+ 6 - 0
src/layouts/NavMenu.tsx

@@ -1,5 +1,6 @@
 import React, { useState } from 'react';
 import React, { useState } from 'react';
 import {
 import {
+  AlertOutlined,
   AppstoreOutlined,
   AppstoreOutlined,
   MailOutlined,
   MailOutlined,
   PrinterOutlined,
   PrinterOutlined,
@@ -84,6 +85,11 @@ const items: MenuItem[] = [
       },
       },
     ],
     ],
   },
   },
+  {
+    key: 'emergency',
+    icon: <AlertOutlined />,
+    label: '急诊',
+  },
   {
   {
     key: 'exam',
     key: 'exam',
     label: (
     label: (