瀏覽代碼

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

dengdx 3 月之前
父節點
當前提交
6d4bab560a
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      src/layouts/NavMenu.tsx

+ 6 - 0
src/layouts/NavMenu.tsx

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