浏览代码

update label

undefined
Jason Chuang 1年前
父节点
当前提交
7f5e2221cd
共有 4 个文件被更改,包括 6 次插入9 次删除
  1. +4
    -4
      src/pages/Proof/Reply_GLD/ApplicationDetails.js
  2. +0
    -3
      src/pages/Proof/Reply_Public/ApplicationDetails.js
  3. +1
    -1
      src/translations/zh-CN.json
  4. +1
    -1
      src/translations/zh-HK.json

+ 4
- 4
src/pages/Proof/Reply_GLD/ApplicationDetails.js 查看文件

@@ -266,17 +266,17 @@ const ApplicationDetailCard = ({
<Grid container alignItems={"center"}>
<Grid item xs={12} md={12} lg={12}
sx={{ display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Deadline for confirm proof and payment</Typography>
<Typography variant="h5">Deadline for proof with revison:</Typography>
</Grid>
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Before {DateUtils.datetimeStr(data.proofPaymentDeadline)}</Typography>
<Typography variant="h5">Before {DateUtils.datetimeStr(data.reviseDeadline)}</Typography>
</Grid>
<Grid item xs={12} md={12} lg={12}
sx={{ display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Deadline for proof with revison:</Typography>
<Typography variant="h5">Deadline for confirm proof and payment</Typography>
</Grid>
<Grid item xs={12} md={12} lg={12} sx={{ mb: 4, display: 'flex', alignItems: 'center' }}>
<Typography variant="h5">Before {DateUtils.datetimeStr(data.reviseDeadline)}</Typography>
<Typography variant="h5">Before {DateUtils.datetimeStr(data.proofPaymentDeadline)}</Typography>
</Grid>
<Grid item xs={12} md={3} lg={3}
sx={{ mb: 1, display: 'flex', alignItems: 'center' }}>


+ 0
- 3
src/pages/Proof/Reply_Public/ApplicationDetails.js 查看文件

@@ -250,9 +250,6 @@ const ApplicationDetailCard = ({ formData, }) => {
<Grid item xs={12} md={12} lg={12}
sx={{ display: 'flex', alignItems: 'center' }}>
<Typography variant="h5" display="inline">
<Typography variant="h5" display="inline">
<FormattedMessage id="payAnd" />
</Typography>
<FormattedMessage id="paymentDeadline" />:
</Typography>
</Grid>


+ 1
- 1
src/translations/zh-CN.json 查看文件

@@ -359,7 +359,7 @@
"pleaseCheckReminder": "请下载下列印刷稿档案,并仔细校对",
"payAnd": "缴费及",
"commentDeadline": "返稿最后限期",
"paymentDeadline": "确定付及缴费最后限期",
"paymentDeadline": "确定付及缴费最后限期",
"before": "前",
"page": "页",
"proofReplyDate": "校对回覆日期",


+ 1
- 1
src/translations/zh-HK.json 查看文件

@@ -364,7 +364,7 @@
"pleaseCheckReminder": "請下載下列印刷稿檔案,並仔細校對",
"payAnd": "繳費及",
"commentDeadline": "返稿最後限期",
"paymentDeadline": "確定付及繳費最後限期",
"paymentDeadline": "確定付及繳費最後限期",
"before": "前",
"page": "頁",
"proofReplyDate": "校對回覆日期",


正在加载...
取消
保存