fix(项目报告): 修复项目报告发送的邮件中统计报表表格的国际化问题
修复项目报告发送的邮件中统计报表表格的国际化问题
This commit is contained in:
parent
988bbdf513
commit
08fc58d6cc
|
@ -1 +1 @@
|
|||
Subproject commit b0ec4c9d288471d2d9653ca5202ad067c3b380f2
|
||||
Subproject commit cbcdbbbd9395fb54256fc91182ef90b76f1d0bfc
|
|
@ -288,6 +288,7 @@ mock_warning=No matching Mock expectation was found
|
|||
zentao_test_type_error=invalid Zentao request
|
||||
#项目报告
|
||||
enterprise_test_report=Enterprise report
|
||||
count=Count
|
||||
#环境组
|
||||
null_environment_group_name = Environment group name is null
|
||||
environment_group_name = Environment group name
|
||||
|
|
|
@ -287,6 +287,7 @@ mock_warning=未找到匹配的Mock期望
|
|||
zentao_test_type_error=无效的 Zentao 请求
|
||||
#项目报告
|
||||
enterprise_test_report=项目报告
|
||||
count=统计
|
||||
#环境组
|
||||
null_environment_group_name = 环境组名称不存在
|
||||
environment_group_name = 环境组名称
|
||||
|
|
|
@ -287,6 +287,7 @@ mock_warning=未找到匹配的Mock期望
|
|||
zentao_test_type_error=請求方式錯誤
|
||||
#项目报告
|
||||
enterprise_test_report=項目報告
|
||||
count=統計
|
||||
#环境组
|
||||
null_environment_group_name = 環境組名稱不存在
|
||||
environment_group_name = 環境組名稱
|
||||
|
|
|
@ -126,10 +126,7 @@ class Convert {
|
|||
// 创建items对象的基本信息
|
||||
if (isArray(elementItem)) {
|
||||
let innerItemArr = this._deepTraversal(elementItem, `${$id}/items`, key + 'items');
|
||||
// let item = this._value2object(element, `${$id}/items`, key + 'items');
|
||||
// item["items"] = innerItemArr;
|
||||
itemArr.push(innerItemArr);
|
||||
|
||||
} else if (isObject(elementItem) && !isEmpty(elementItem)) {
|
||||
let item = this._value2object(elementItem, `${$id}/items`, key + 'items');
|
||||
// 判断第一项是否是对象,且对象属性不为空
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 1453e4f23bc9afda8837c43454c15a92b0468b66
|
||||
Subproject commit 01e06b7d13fab3da194fb7f62c46b7d16d425d94
|
Loading…
Reference in New Issue