瀏覽代碼

update label

master
Jason Chuang 1 年之前
父節點
當前提交
aec8e4bf50
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      src/pages/PublicNoticeDetail_GLD/ApplicationDetailCard.js
  2. +1
    -1
      src/pages/PublicNoticeDetail_GLD/StatusChangeDialog.js

+ 1
- 1
src/pages/PublicNoticeDetail_GLD/ApplicationDetailCard.js 查看文件

@@ -154,7 +154,7 @@ const ApplicationDetailCard = (
color="orange"
>
<ReplayIcon />
<Typography ml={1}> Re-Submit</Typography>
<Typography ml={1}> Re-submit</Typography>
</Button>
<Button
// size="large"


+ 1
- 1
src/pages/PublicNoticeDetail_GLD/StatusChangeDialog.js 查看文件

@@ -36,7 +36,7 @@ const StatusChangeDialog = (props) => {
useEffect(() => {
if (props.getStatus == "genGazetteCode") {
setDialogTitle("Gen Gazette Code");
setPrositiveBtnText("Gen");
setPrositiveBtnText("Submit");
return getGazetteCodeContent()
} else if (props.getStatus == "notAccepted") {
setDialogTitle("Not Accept Reason");


Loading…
取消
儲存