Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
jason
/
FPSMS-frontend
Observar
2
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Update
master
kelvin.yau
2 meses atrás
pai
e4410f31c5
commit
b2893b7a9c
2 arquivos alterados
com
4 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/components/DoSearch/DoSearch.tsx
+3
-1
src/i18n/zh/do.json
+ 1
- 1
src/components/DoSearch/DoSearch.tsx
Ver arquivo
@@ -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
Ver arquivo
@@ -40,6 +40,8 @@
"Edit": "編輯",
"Delete": "刪除",
"Release": "放單",
"Back": "返回"
"Back": "返回",
"Batch Release": "批量放單",
"Batch release completed successfully.": "已完成批量放單"
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar