|
|
@ -439,24 +439,24 @@ export default function DetailRoomEducation() { |
|
|
|
</PrimaryButton> |
|
|
|
</PrimaryButton> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="flex gap-16 align-item-center" style={{padding: '1rem 3.2rem'}}> |
|
|
|
<div className="flex gap-16 align-item-center" style={{padding: '1rem'}}> |
|
|
|
<RootSelect |
|
|
|
<RootSelect |
|
|
|
data={LIST_SCHOOL_YEAR} |
|
|
|
data={LIST_SCHOOL_YEAR} |
|
|
|
value={schoolYear} |
|
|
|
value={schoolYear} |
|
|
|
setValue={setSchoolYear} |
|
|
|
setValue={setSchoolYear} |
|
|
|
style={{flex: 1,maxWidth: '260px'}} |
|
|
|
style={{flex: 1, minWidth: '200px', padding:'0 10px'}} |
|
|
|
/> |
|
|
|
/> |
|
|
|
<RootSelect |
|
|
|
<RootSelect |
|
|
|
data={LIST_SEMESTER} |
|
|
|
data={LIST_SEMESTER} |
|
|
|
value={semester} |
|
|
|
value={semester} |
|
|
|
setValue={changeSemester} |
|
|
|
setValue={changeSemester} |
|
|
|
style={{flex: 0.5,maxWidth: '200px'}} |
|
|
|
style={{flex: 0.5, minWidth: '151px', padding:'0 10px'}} |
|
|
|
/> |
|
|
|
/> |
|
|
|
<RootSelect |
|
|
|
<RootSelect |
|
|
|
data={getListMonthBySemester(semester.value)} |
|
|
|
data={getListMonthBySemester(semester.value)} |
|
|
|
value={month} |
|
|
|
value={month} |
|
|
|
setValue={setMonth} |
|
|
|
setValue={setMonth} |
|
|
|
style={{flex: 0.5,maxWidth: '160px'}} |
|
|
|
style={{flex: 0.5, minWidth: '150px', padding:'0 10px'}} |
|
|
|
/> |
|
|
|
/> |
|
|
|
<PrimaryButton onClick={handleFilter}> |
|
|
|
<PrimaryButton onClick={handleFilter}> |
|
|
|
Áp dụng |
|
|
|
Áp dụng |
|
|
|