소스 검색

update

master
CANCERYS\kw093 1 개월 전
부모
커밋
adc0b5984c
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. +10
    -0
      src/components/NavigationContent/NavigationContent.tsx

+ 10
- 0
src/components/NavigationContent/NavigationContent.tsx 파일 보기

@@ -85,6 +85,11 @@ const NavigationContent: React.FC = () => {
label: "Stock Take Management",
path: "/stocktakemanagement",
},
{
icon: <RequestQuote />,
label: "Stock Issue",
path: "/stockIssue",
},
//TODO: anna
// {
// icon: <RequestQuote />,
@@ -232,6 +237,11 @@ const NavigationContent: React.FC = () => {
label: "Job Order Production Process",
path: "/productionProcess",
},
{
icon: <RequestQuote />,
label: "Bag Usage",
path: "/bag",
},
],
},
{


불러오는 중...
취소
저장