complete directory structure and adding detail dialog to other pages

This commit is contained in:
2024-09-24 06:59:02 +00:00
committed by AmirHossein Mahmoodi
parent 805e659103
commit 7267e1bc36
15 changed files with 344 additions and 31 deletions

View File

@@ -11,11 +11,7 @@ const ApplicantRequestDetail = ({ data }) => {
return (
<>
<Divider sx={{ my: 3 }}>
<Chip
color="primary"
sx={{ mx: 2, fontSize: "13px", fontWeight: 500 }}
label="اطلاعات تکمیلی طرح متقاضی"
/>
<Chip color="primary" sx={{ mx: 1, fontSize: "13px", fontWeight: 500 }} label="اطلاعات طرح متقاضی" />
</Divider>
<Grid container columnSpacing={3} rowSpacing={1.2}>
{Object.entries(data).map(([key, value]) => (