From 12d84be70c42c5669ffc5db470ff54b71d093728 Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期四, 26 九月 2024 10:28:15 +0800 Subject: [PATCH] 1)新增可靠性评定XML生成功能; 2)可靠性仿真评估与可靠性评定的算法包分开成2个包,启动脚本也相应地分开。 --- web/src/App.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/src/App.vue b/web/src/App.vue index a38f7e2..6a04123 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -25,7 +25,7 @@ document.querySelector('html').setAttribute('lang', val) // 鍙互鍦ㄨ繖閲屼慨鏀瑰浗闄呭寲鏄剧ず鍚嶇О - messages[val].brand.lg = '鍙潬鎬т豢鐪熷缓妯�' + messages[val].brand.lg = '鍙潬鎬т豢鐪熻瘎浼板強璇勫畾' messages[val].company.name = '鍗曚綅鍚嶇О' messages[val].company.code = '鍗曚綅浠g爜' messages[val].company.shortName = '鍗曚綅绠�绉�' -- Gitblit v1.9.1