|
|
@@ -209,7 +209,6 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => { |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
|
|
|
|
<Grid item xs={12} md={12} lg={12}> |
|
|
|
<Grid container direction="row" justifyContent="flex-start" alignItems="center"> |
|
|
|
<Grid item xs={12} md={3} lg={3} |
|
|
@@ -231,7 +230,7 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => { |
|
|
|
/> |
|
|
|
{attachment.name} |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={3} lg={3}> |
|
|
|
{/* <Grid item xs={12} md={3} lg={3}> |
|
|
|
<label htmlFor="uploadFileBtn"> |
|
|
|
<Button |
|
|
|
aria-label={intl.formatMessage({id: 'uploadFileBtn'})} |
|
|
@@ -240,6 +239,25 @@ const PublicNoticeApplyForm = ({ loadedData, selections }) => { |
|
|
|
size="large" |
|
|
|
>{attachment ? intl.formatMessage({id: 'uploadFileBtn'}) : intl.formatMessage({id: 'reUpload'})}</Button> |
|
|
|
</label> |
|
|
|
</Grid> */} |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={12} lg={12}> |
|
|
|
<Grid container direction="row" justifyContent="flex-start" alignItems="center"> |
|
|
|
<Grid item xs={12} md={3} lg={3} |
|
|
|
sx={{ display: 'flex', alignItems: 'center' }}> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={6} lg={6} > |
|
|
|
<label htmlFor="uploadFileBtn"> |
|
|
|
<Button |
|
|
|
aria-label={intl.formatMessage({id: 'uploadFileBtn'})} |
|
|
|
component="span" |
|
|
|
variant="outlined" |
|
|
|
size="large" |
|
|
|
>{attachment ? intl.formatMessage({id: 'uploadFileBtn'}) : intl.formatMessage({id: 'reUpload'})}</Button> |
|
|
|
</label> |
|
|
|
</Grid> |
|
|
|
<Grid item xs={12} md={3} lg={3}> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|
</Grid> |
|
|
|