本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
alex
/
PNSPS-frontend-MaterialUI
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
update UI
master
Anna Ho
1 年之前
父節點
78ac6902a9
當前提交
a7b3f4ebb4
共有
5 個檔案被更改
,包括
0 行新增
和
5 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/pages/Proof/Payment/Pay.js
+0
-1
src/pages/Proof/Payment/Pay_Creditor.js
+0
-1
src/pages/Proof/Payment/Pay_DN.js
+0
-1
src/pages/Proof/Payment/Pay_Office.js
+0
-1
src/pages/Proof/Payment/Pay_Online.js
+ 0
- 1
src/pages/Proof/Payment/Pay.js
查看文件
@@ -155,7 +155,6 @@ const Index = ({ record }) => {
>
<FormattedMessage id="payLater" />
</Button>
(<FormattedMessage id="backToNoticePage" />)
</ThemeProvider>
</Typography>
</Grid>
+ 0
- 1
src/pages/Proof/Payment/Pay_Creditor.js
查看文件
@@ -70,7 +70,6 @@ const Index = ({ record }) => {
navigate("/publicNotice");
}}
>
<FormattedMessage id="backToNoticePage" />
</Button>
</Typography>
</Grid>
+ 0
- 1
src/pages/Proof/Payment/Pay_DN.js
查看文件
@@ -105,7 +105,6 @@ const Index = ({ record }) => {
navigate("/publicNotice");
}}
>
<FormattedMessage id="backToNoticePage" />
</Button>
</Typography>
</Grid>
+ 0
- 1
src/pages/Proof/Payment/Pay_Office.js
查看文件
@@ -101,7 +101,6 @@ const Index = ({ record }) => {
navigate("/publicNotice");
}}
>
<FormattedMessage id="backToNoticePage" />
</Button>
</Typography>
</Grid>
+ 0
- 1
src/pages/Proof/Payment/Pay_Online.js
查看文件
@@ -199,7 +199,6 @@ const Index = () => {
>
<FormattedMessage id="payLater" />
</Button>
(<FormattedMessage id="backToNoticePage" />)
</ThemeProvider>
</Typography>
Write
Preview
Loading…
取消
儲存