fix :测试、对接点位

This commit is contained in:
2024-02-22 17:55:13 +08:00
parent 5900712e61
commit ff04f40bbc
34 changed files with 357 additions and 113 deletions

View File

@@ -118,7 +118,10 @@ export default {
'loading_or_not': 'loading or not',
'barcode': 'Vehicle number',
'barcode_length': 'Vehicle length',
'last_container': 'Last vehicle number'
'last_container': 'Last vehicle number',
'applySucess': 'Request task flag',
'requireSucess': 'Request instruction mark'
}
}
}

View File

@@ -118,7 +118,10 @@ export default {
'loading_or_not': 'dimuat atau tidak',
'barcode': 'Angkat tanda',
'barcode_length': 'Perjalanan panjang',
'last_container': 'Nomor muatan terakhir'
'last_container': 'Nomor muatan terakhir',
'applySucess': 'Meminta tanda tugas',
'requireSucess': 'Kode aplikasicomment'
}
}
}

View File

@@ -118,7 +118,9 @@ export default {
'loading_or_not': '是否装载',
'barcode': '载具号',
'barcode_length': '载具长度',
'last_container': '上次载具号'
'last_container': '上次载具号',
'applySucess': '请求任务标记',
'requireSucess': '申请指令标记'
}
}
}