parent
a8bfdb18ca
commit
2e6b48d9be
|
@ -290,6 +290,10 @@ export default {
|
|||
label:this.$t('api_test.environment.environment'),
|
||||
value:'environment',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -282,6 +282,10 @@ export default {
|
|||
label:this.$t('api_test.definition.document.order'),
|
||||
value:'order',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
],
|
||||
caseVariables: [
|
||||
{
|
||||
|
@ -360,6 +364,10 @@ export default {
|
|||
label:this.$t('api_test.definition.document.order'),
|
||||
value:'order',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -274,6 +274,10 @@ export default {
|
|||
label:this.$t('api_test.definition.document.order'),
|
||||
value:'order',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -250,6 +250,10 @@ export default {
|
|||
label:this.$t('test_resource_pool.id'),
|
||||
value:'testResourcePoolId',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -260,6 +260,10 @@ export default {
|
|||
label:this.$t('test_track.automatic_status_update'),
|
||||
value:'automaticStatusUpdate',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -242,6 +242,10 @@ export default {
|
|||
label:this.$t('commons.is_new'),
|
||||
value:'isNew',
|
||||
},
|
||||
{
|
||||
label:this.$t('report.plan_share_url'),
|
||||
value:'planShareUrl',
|
||||
},
|
||||
]
|
||||
};
|
||||
},
|
||||
|
|
|
@ -879,7 +879,8 @@ export default {
|
|||
max_users: 'VUs',
|
||||
file_id:'Report File ID',
|
||||
avg_response_time:'Average Response Time',
|
||||
tps:'Transactions Per Second'
|
||||
tps:'Transactions Per Second',
|
||||
plan_share_url:'Whether the link jump is logged in'
|
||||
},
|
||||
load_test: {
|
||||
id:'Load Test ID',
|
||||
|
@ -2199,6 +2200,7 @@ export default {
|
|||
status_in_progress: 'in_progress',
|
||||
status_rejected: 'rejected',
|
||||
status_upcoming:'upcoming',
|
||||
status_reopened:'reopened',
|
||||
please_choose_current_owner: "Please choose current owner",
|
||||
tapd_current_owner: "Tapd Current Owner",
|
||||
zentao_bug_build: "Zentao Impact version",
|
||||
|
|
|
@ -883,7 +883,8 @@ export default {
|
|||
max_users: '并发数',
|
||||
file_id: '文件ID',
|
||||
avg_response_time: '平均响应时间',
|
||||
tps: '每秒传输的事物处理个数'
|
||||
tps: '每秒传输的事物处理个数',
|
||||
plan_share_url:'链接跳转是否登陆'
|
||||
},
|
||||
load_test: {
|
||||
id: '测试ID',
|
||||
|
@ -2204,6 +2205,7 @@ export default {
|
|||
status_in_progress: '接受/处理',
|
||||
status_rejected: '拒绝',
|
||||
status_upcoming:'待办',
|
||||
status_reopened:'重新打开',
|
||||
please_choose_current_owner: "请选择处理人",
|
||||
tapd_current_owner: "Tapd 处理人",
|
||||
zentao_bug_build: "禅道 影响版本",
|
||||
|
|
|
@ -883,7 +883,8 @@ export default {
|
|||
max_users: '並發數',
|
||||
file_id: '文件ID',
|
||||
avg_response_time: '平均響應時間',
|
||||
tps: '每秒傳輸的事物處理個數'
|
||||
tps: '每秒傳輸的事物處理個數',
|
||||
plan_share_url:'鏈接跳轉是否登陸'
|
||||
},
|
||||
load_test: {
|
||||
id: '測試ID',
|
||||
|
@ -2204,6 +2205,7 @@ export default {
|
|||
status_in_progress: '接受/處理',
|
||||
status_rejected: '拒絕',
|
||||
status_upcoming:'待辦',
|
||||
status_reopened:'重新打開',
|
||||
please_choose_current_owner: "請選擇處理人",
|
||||
tapd_current_owner: "Tapd 處理人",
|
||||
zentao_bug_build: "禪道 影響版本",
|
||||
|
|
Loading…
Reference in New Issue