소스 검색

Update

master
kelvin.yau 2 달 전
부모
커밋
b2893b7a9c
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/components/DoSearch/DoSearch.tsx
  2. +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.": "已完成批量放單"

}

불러오는 중...
취소
저장