|
|
@@ -440,9 +440,9 @@ const FormPanel = ({ formData }) => { |
|
|
|
</td> |
|
|
|
<td style={tabelStyle}>{ |
|
|
|
locale === 'en' ? |
|
|
|
`${DateUtils.dateFormat(formData.proofPaymentDeadline, intl.formatMessage({ id: "paymentMethodDatetimeStrFormat" }))?.replace("am", "a.m.")?.replace("pm", "p.m.")}` |
|
|
|
`${DateUtils.dateFormat(formData.proofPaymentDeadline, intl.formatMessage({ id: "datetimeFormate" }))?.replace("am", "a.m.")?.replace("pm", "p.m.")}` |
|
|
|
: |
|
|
|
`${DateUtils.dateFormat(formData.proofPaymentDeadline, intl.formatMessage({ id: "paymentMethodDatetimeStrFormat" }))?.replace("am", "上午")?.replace("pm", "下午")}` |
|
|
|
`${DateUtils.dateFormat(formData.proofPaymentDeadline, intl.formatMessage({ id: "datetimeFormate" }))?.replace("am", "a.m.")?.replace("pm", "p.m.")}` |
|
|
|
}</td> |
|
|
|
<td style={tabelStyle}> |
|
|
|
<FormattedMessage id="payOnlineRemark" values={{ |
|
|
|