|
|
@ -256,7 +256,7 @@ export default function EducationDepartmentHome() { |
|
|
|
<p className="education-department-home-note"> |
|
|
|
<p className="education-department-home-note"> |
|
|
|
Danh sách phòng giáo dục |
|
|
|
Danh sách phòng giáo dục |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div className="d-flex detail-education-department-list-header"> |
|
|
|
<div className="detail-education-department-list-header"> |
|
|
|
<InputText |
|
|
|
<InputText |
|
|
|
className="criteria-manage-search-input criteria-manage-item" |
|
|
|
className="criteria-manage-search-input criteria-manage-item" |
|
|
|
value={searchText} |
|
|
|
value={searchText} |
|
|
@ -271,6 +271,7 @@ export default function EducationDepartmentHome() { |
|
|
|
} |
|
|
|
} |
|
|
|
}} |
|
|
|
}} |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
<div style={{paddingTop: 10}}> |
|
|
|
<PrimaryButton |
|
|
|
<PrimaryButton |
|
|
|
isDisabled={false} |
|
|
|
isDisabled={false} |
|
|
|
onClick={handleSubmit} |
|
|
|
onClick={handleSubmit} |
|
|
@ -279,6 +280,7 @@ export default function EducationDepartmentHome() { |
|
|
|
</PrimaryButton> |
|
|
|
</PrimaryButton> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div onScroll={handleScroll} className="education-department-home-list-content scrollbar-custom"> |
|
|
|
<div onScroll={handleScroll} className="education-department-home-list-content scrollbar-custom"> |
|
|
|
<div className="education-department-home-list-room"> |
|
|
|
<div className="education-department-home-list-room"> |
|
|
|
{listOrganization.length > 0 ? listOrganization.map((item, index) => ( |
|
|
|
{listOrganization.length > 0 ? listOrganization.map((item, index) => ( |
|
|
|