최정임 최정임 2023-03-08
230308 최정임 매칭 모달 테이블 수정
@7ab14eafe3e8f1de5bc9b0940fe3981f8e1a804a
client/views/component/Modal_Matching.jsx
--- client/views/component/Modal_Matching.jsx
+++ client/views/component/Modal_Matching.jsx
@@ -71,7 +71,27 @@
               </div>
             </div>
             <div>
-              <Table
+              <table>
+                <thead>
+                  <tr>
+                    <th>NO.</th>
+                    <th>보호사 명</th>
+                    <th>보호사 ID</th>
+                    <th>보호사 연락처</th>
+                    <th>매칭 일자</th>
+                  </tr>
+                </thead>
+                <tbody>
+                  <tr>
+                    <td></td>
+                    <td></td>
+                    <td></td>
+                    <td></td>
+                    <td></td>
+                  </tr>                  
+                </tbody>
+              </table>
+              {/* <Table
                 className={"caregiver-user"}
                 head={thead4}
                 contents={content4}
@@ -79,7 +99,7 @@
                 view={"matching"}
                 offset={offset}
                 limit={limit}
-              />
+              /> */}
             </div>
             <div>
               <Pagination total={content4.length} limit={limit} page={page} setPage={setPage} />
Add a comment
List