This website works better with JavaScript.
首頁
探索
說明
登入
jason
/
FPSMS-frontend
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update
master
kelvin.yau
2 月之前
父節點
e4410f31c5
當前提交
b2893b7a9c
共有
2 個文件被更改
,包括
4 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.": "已完成批量放單"
}
Write
Preview
Loading…
取消
儲存