このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
jason
/
FPSMS-frontend
ウォッチ
2
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Update
master
kelvin.yau
2ヶ月前
親
e4410f31c5
コミット
b2893b7a9c
2個のファイルの変更
、
4行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
src/components/DoSearch/DoSearch.tsx
+3
-1
src/i18n/zh/do.json
+ 1
- 1
src/components/DoSearch/DoSearch.tsx
ファイルの表示
@@ -420,7 +420,7 @@ if(orderStartDate != ""){
Swal.fire({
position: "bottom-end",
icon: "success",
text: "Batch release completed successfully.",
text:
t(
"Batch release completed successfully."
)
,
showConfirmButton: false,
timer: 1500
});
+ 3
- 1
src/i18n/zh/do.json
ファイルの表示
@@ -40,6 +40,8 @@
"Edit": "編輯",
"Delete": "刪除",
"Release": "放單",
"Back": "返回"
"Back": "返回",
"Batch Release": "批量放單",
"Batch release completed successfully.": "已完成批量放單"
}
書き込み
プレビュー
読み込み中…
キャンセル
保存