|
|
@@ -33,7 +33,7 @@ const SearchDemandNoteForm = () => { |
|
|
|
list.push( |
|
|
|
<Stack direction="column" > |
|
|
|
<Typography variant='h4' align="justify"><b>{locale === 'en' ?item.subjectEng:locale === 'zh-HK' ?item.subjectCht:item.subjectChs}</b></Typography> |
|
|
|
<Typography align="justify">{DateUtils.datetimeStr(item.announceDate)}</Typography> |
|
|
|
<Typography align="justify">{DateUtils.dateStr(item.announceDate)}</Typography> |
|
|
|
<Typography align="justify"sx={{ pt: 1 }}>{locale === 'en' ?item.contentEng:locale === 'zh-HK' ?item.contentCht:item.contentChs}</Typography> |
|
|
|
<Divider fullWidth sx={{ pt: 1 }}></Divider> |
|
|
|
</Stack> |
|
|
|