fix: 日志更新,取消任务和指令、创建人、配置文件线程数搞大

This commit is contained in:
2024-07-19 13:26:19 +08:00
parent f971c83141
commit 6babb1980c
25 changed files with 238 additions and 88 deletions

View File

@@ -44,6 +44,7 @@ export default {
'In_progress': 'In Progress',
'Completed': 'Completed',
'Forced_Completed': 'Forced Completed',
'Cancel_Tasks_And_Commands': 'Cancel tasks and commands',
'Pickup_point': 'Pickup Point',
'Delivery_point': 'Delivery Point',
'Remark': 'Remark',

View File

@@ -44,6 +44,7 @@ export default {
'In_progress': 'Sedang Berlangsung',
'Completed': 'Selesai',
'Forced_Completed': 'Penyelesaian wajib',
'Cancel_Tasks_And_Commands': 'Batalkan misi dan perintah',
'Pickup_point': 'Titik Pengambilan',
'Delivery_point': 'Titik Pengiriman',
'Remark': 'Catatan',

View File

@@ -44,6 +44,7 @@ export default {
'In_progress': '执行中',
'Completed': '完成',
'Forced_Completed': '强制完成',
'Cancel_Tasks_And_Commands': '取消任务和指令',
'Pickup_point': '取货点',
'Delivery_point': '放货点',
'Remark': '备注',