瀏覽代碼

update path

MergeProblem1
CANCERYS\kw093 2 週之前
父節點
當前提交
8f9e94530e
共有 1 個檔案被更改,包括 8 行新增3 行删除
  1. +8
    -3
      src/components/NavigationContent/NavigationContent.tsx

+ 8
- 3
src/components/NavigationContent/NavigationContent.tsx 查看文件

@@ -348,9 +348,14 @@ const NavigationContent: React.FC = () => {
path: "/settings/user",
},
{
icon: <QrCodeIcon />,
label: "QR Code Handle",
path: "/settings/qrCodeHandle",
icon: <RequestQuote />,
label: "QC Check Template",
path: "/settings/user",
},
{
icon: <RequestQuote />,
label: "QC Item All",
path: "/settings/qcItemAll",
},
// {
// icon: <RequestQuote />,


Loading…
取消
儲存