浏览代码

update care of

master
jason.lam 1年前
父节点
当前提交
9fc77ab334
共有 6 个文件被更改,包括 6 次插入3 次删除
  1. +1
    -1
      src/pages/PublicNotice/ListPanel/BaseGrid.js
  2. +1
    -1
      src/pages/PublicNotice/ListPanel/PendingPaymentTab.js
  3. +1
    -1
      src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js
  4. +1
    -0
      src/translations/en.json
  5. +1
    -0
      src/translations/zh-CN.json
  6. +1
    -0
      src/translations/zh-HK.json

+ 1
- 1
src/pages/PublicNotice/ListPanel/BaseGrid.js 查看文件

@@ -74,7 +74,7 @@ export default function BaseGrid({rows}) {
{ {
id: 'remarks', id: 'remarks',
field: 'remarks', field: 'remarks',
headerName: isORGLoggedIn()?"Care Of / 我的備註": intl.formatMessage({id: 'myRemarks'}),
headerName: isORGLoggedIn()? intl.formatMessage({id: 'gazetteCount2_1'}) : intl.formatMessage({id: 'myRemarks'}),
width: isMdOrLg ? 'auto' : 400, width: isMdOrLg ? 'auto' : 400,
flex: isMdOrLg ? 3 : undefined, flex: isMdOrLg ? 3 : undefined,
renderCell: (params) => ( renderCell: (params) => (


+ 1
- 1
src/pages/PublicNotice/ListPanel/PendingPaymentTab.js 查看文件

@@ -160,7 +160,7 @@ export default function SubmittedTab({ rows }) {
{ {
id: 'remarks', id: 'remarks',
field: 'remarks', field: 'remarks',
headerName: isORGLoggedIn() ? "Care Of / 我的備註" : intl.formatMessage({id: 'myRemarks'}),
headerName: isORGLoggedIn() ? intl.formatMessage({id: 'gazetteCount2_1'}) : intl.formatMessage({id: 'myRemarks'}),
width: isMdOrLg ? 'auto' : 400, width: isMdOrLg ? 'auto' : 400,
flex: isMdOrLg ? 3 : undefined, flex: isMdOrLg ? 3 : undefined,
renderCell: (params) => ( renderCell: (params) => (


+ 1
- 1
src/pages/PublicNotice/ListPanel/SearchPublicNoticeTable.js 查看文件

@@ -77,7 +77,7 @@ export default function SearchPublicNoticeTable({ recordList }) {
{ {
id: 'remarks', id: 'remarks',
field: 'remarks', field: 'remarks',
headerName: isORGLoggedIn()?"Care Of / 我的備註": intl.formatMessage({id: 'myRemarks'}),
headerName: isORGLoggedIn()? intl.formatMessage({id: 'gazetteCount2_1'}) : intl.formatMessage({id: 'myRemarks'}),
width: isMdOrLg ? 'auto' : 400, width: isMdOrLg ? 'auto' : 400,
flex: isMdOrLg ? 3 : undefined, flex: isMdOrLg ? 3 : undefined,
renderCell: (params) => ( renderCell: (params) => (


+ 1
- 0
src/translations/en.json 查看文件

@@ -281,6 +281,7 @@
"applyStatus": "Application Status", "applyStatus": "Application Status",
"gazetteCount": "Gazette issues number", "gazetteCount": "Gazette issues number",
"gazetteCount2" :"Gazette issues number / Remarks", "gazetteCount2" :"Gazette issues number / Remarks",
"gazetteCount2_1" :"Care Of / Remarks",
"gazetteCount3" :"Gazette issues number / Care Of/ Remarks", "gazetteCount3" :"Gazette issues number / Care Of/ Remarks",
"publishDate": "Publish date", "publishDate": "Publish date",
"draftFile": "Manuscript file", "draftFile": "Manuscript file",


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

@@ -280,6 +280,7 @@
"applyStatus": "申请状态", "applyStatus": "申请状态",
"gazetteCount": "宪报期数", "gazetteCount": "宪报期数",
"gazetteCount2" :"宪报期数 / 我的备注", "gazetteCount2" :"宪报期数 / 我的备注",
"gazetteCount2_1" :"Care Of / 我的备注",
"gazetteCount3" :"宪报期数 / Care Of/ 我的备注", "gazetteCount3" :"宪报期数 / Care Of/ 我的备注",
"publishDate": "发布日期", "publishDate": "发布日期",
"draftFile": "稿件档案", "draftFile": "稿件档案",


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

@@ -280,6 +280,7 @@
"applyStatus": "申請狀態", "applyStatus": "申請狀態",
"gazetteCount": "憲報期數", "gazetteCount": "憲報期數",
"gazetteCount2" :"憲報期數 / 我的備註", "gazetteCount2" :"憲報期數 / 我的備註",
"gazetteCount2_1" :"Care Of / 我的備註",
"gazetteCount3" :"憲報期數 / Care Of/ 我的備註", "gazetteCount3" :"憲報期數 / Care Of/ 我的備註",
"publishDate": "發佈日期", "publishDate": "發佈日期",
"draftFile": "稿件檔案", "draftFile": "稿件檔案",


正在加载...
取消
保存