최정임 최정임 2023-03-08
230308 최정임 보호사 매칭 모달 수정
@46899c45cb86a167b3ccbff839333f07185bb8ee
client/views/component/Modal_Matching.jsx
--- client/views/component/Modal_Matching.jsx
+++ client/views/component/Modal_Matching.jsx
@@ -3,6 +3,7 @@
 import SubTitle from "./SubTitle.jsx";
 import Table from "./Table.jsx";
 import Pagination from "./Pagination.jsx";
+import RestoreFromTrashIcon from '@mui/icons-material/RestoreFromTrash';
 
 export default function Modal({ children, open, close, header }) {
 
@@ -79,6 +80,7 @@
                     <th>보호사 ID</th>
                     <th>보호사 연락처</th>
                     <th>매칭 일자</th>
+                    <th>삭제</th>
                   </tr>
                 </thead>
                 <tbody>
@@ -88,6 +90,7 @@
                     <td></td>
                     <td></td>
                     <td></td>
+                    <td><RestoreFromTrashIcon sx={{ width: "30px", height: "30px", }} /></td>
                   </tr>                  
                 </tbody>
               </table>
Add a comment
List