@ -1086,7 +1086,7 @@ export default {
查看质检报告:'Check the quality inspection report',
长春:'ChangChun',
成都:'ChengDu',
富维海拉智慧工厂管理平台:'HELLR Smart Factory Management Platform',
富维海拉智慧工厂管理平台:'HELLA Smart Factory Management Platform',
采购未收货记录:'Purchase unreceived record',
请选择要货计划单号:'Please select the desired shipment tracking number',
大小不超过:'Not more in size',
@ -74,7 +74,7 @@ const setupAll = async () => {
// 多语言相关
const localeStore = useLocaleStore()
if(localeStore&&localeStore.currentLocale&&localeStore.currentLocale.lang.indexOf('en')>-1&&document.querySelector('#app-loading-title')){
document.querySelector('#app-loading-title').innerHTML = 'HELLR Smart Factory Management Platform' // 富维海拉智慧工厂管理平台
document.querySelector('#app-loading-title').innerHTML = 'HELLA Smart Factory Management Platform' // 富维海拉智慧工厂管理平台
}
setupAll()