| @@ -51,7 +51,7 @@ const SearchPublicNoticeForm = ({ applySearch }) => { | |||||
| {/*row 1*/} | {/*row 1*/} | ||||
| <CardContent sx={{ px: 2.5, pt: 3 }}> | <CardContent sx={{ px: 2.5, pt: 3 }}> | ||||
| <Grid item justifyContent="space-between" alignItems="center"> | <Grid item justifyContent="space-between" alignItems="center"> | ||||
| Search Form | |||||
| 搜尋 | |||||
| </Grid> | </Grid> | ||||
| </CardContent> | </CardContent> | ||||
| @@ -144,7 +144,7 @@ const SearchPublicNoticeForm = ({ applySearch }) => { | |||||
| textTransform: 'capitalize', | textTransform: 'capitalize', | ||||
| alignItems: 'end' | alignItems: 'end' | ||||
| }}> | }}> | ||||
| Clear | |||||
| 重置 | |||||
| </Button> | </Button> | ||||
| </Grid> | </Grid> | ||||
| @@ -157,7 +157,7 @@ const SearchPublicNoticeForm = ({ applySearch }) => { | |||||
| textTransform: 'capitalize', | textTransform: 'capitalize', | ||||
| alignItems: 'end' | alignItems: 'end' | ||||
| }}> | }}> | ||||
| Submit | |||||
| 搜尋 | |||||
| </Button> | </Button> | ||||
| </Grid> | </Grid> | ||||
| </Grid> | </Grid> | ||||