하석형 하석형 2023-02-16
230216 하석형 카테고리 정리
@1690d74ad6a72db4e8a4f64ad276f80ae0e30801
client/views/pages/AppRoute.jsx
--- client/views/pages/AppRoute.jsx
+++ client/views/pages/AppRoute.jsx
@@ -274,6 +274,11 @@
         icon: <HouseIcon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} />,
       },
       {
+        title: "통계 데이터",
+        path: "/GuardianStatistics",
+        icon: <EqualizerIcon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} />,
+      }, 
+      {
         title: "Q&A",
         path: "/QandA",
         icon: (
@@ -284,11 +289,6 @@
       },
     ],
   },
-  {
-    title: "그래프로 보기",
-    path: "/GuardianStatistics",
-    icon: <EqualizerIcon sx={{ fontSize: 20, color: "#ffffff", marginRight: 1 }} />,
-  }, 
 ];
 
 function AllAppRoute() {
client/views/pages/callcenter/CallInsert.jsx
--- client/views/pages/callcenter/CallInsert.jsx
+++ client/views/pages/callcenter/CallInsert.jsx
@@ -34,9 +34,10 @@
             <th>구분</th>
             <td colSpan={3} className="flex">
               <select name="year" id="year">
-                <option value="">반납</option>
+                {/* <option value="">반납</option> */}
                 <option value="">교환</option>
-                <option value="">추가</option>
+                <option value="">수리</option>
+                {/* <option value="">추가</option> */}
                 <option value="">기타</option>
               </select>
             </td>
client/views/pages/callcenter/QandA_government.jsx
--- client/views/pages/callcenter/QandA_government.jsx
+++ client/views/pages/callcenter/QandA_government.jsx
@@ -48,13 +48,6 @@
       <ContentTitle contentTitle={"QnA게시판"} />
         <div className="board-wrap">
         <div className="btn-wrap flex-end">
-              <Button
-                className={"btn-small green-btn"}
-                btnName={"등록"}
-                onClick={() => {
-                  navigate("/CallInsert");
-                }}
-              />
               <Button className={"btn-small green-btn"} btnName={"삭제"} />
             </div>
           <Table className="equipment-detail" head={thead} contents={content} contentKey={key} />
Add a comment
List