瀏覽代碼

Update

MergeProblem1
B.E.N.S.O.N 2 天之前
父節點
當前提交
e00f711845
共有 1 個檔案被更改,包括 6 行新增5 行删除
  1. +6
    -5
      src/components/NavigationContent/NavigationContent.tsx

+ 6
- 5
src/components/NavigationContent/NavigationContent.tsx 查看文件

@@ -254,11 +254,7 @@ const NavigationContent: React.FC = () => {
label: "Equipment",
path: "/settings/equipment",
},
{
icon: <Assessment />,
label: "Price Inquiry",
path: "/settings/itemPrice",
},

{
icon: <Warehouse />,
label: "Warehouse",
@@ -269,6 +265,11 @@ const NavigationContent: React.FC = () => {
label: "Printer",
path: "/settings/printer",
},
{
icon: <Assessment />,
label: "Price Inquiry",
path: "/settings/itemPrice",
},
{
icon: <VerifiedUser />,
label: "QC Check Item",


Loading…
取消
儲存