diff --git a/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue b/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue index 7a95b32e21..9ed62909af 100644 --- a/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/api/ApiAutomationNotification.vue @@ -290,6 +290,10 @@ export default { label:this.$t('api_test.environment.environment'), value:'environment', }, + { + label:this.$t('report.plan_share_url'), + value:'planShareUrl', + }, ] }; }, diff --git a/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue b/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue index 4d28b2f600..72df488913 100644 --- a/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/api/ApiDefinitionNotification.vue @@ -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', + }, ] }; }, diff --git a/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue b/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue index 385ac5055f..7a208ec3a5 100644 --- a/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue @@ -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', + }, ] }; }, diff --git a/frontend/src/business/components/settings/workspace/components/performance/PerformanceReportNotification.vue b/frontend/src/business/components/settings/workspace/components/performance/PerformanceReportNotification.vue index 26c7fa1ea3..098f590a91 100644 --- a/frontend/src/business/components/settings/workspace/components/performance/PerformanceReportNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/performance/PerformanceReportNotification.vue @@ -250,6 +250,10 @@ export default { label:this.$t('test_resource_pool.id'), value:'testResourcePoolId', }, + { + label:this.$t('report.plan_share_url'), + value:'planShareUrl', + }, ] }; }, diff --git a/frontend/src/business/components/settings/workspace/components/track/TestPlanTaskNotification.vue b/frontend/src/business/components/settings/workspace/components/track/TestPlanTaskNotification.vue index ca7dc649c7..fd5cc14d85 100644 --- a/frontend/src/business/components/settings/workspace/components/track/TestPlanTaskNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/track/TestPlanTaskNotification.vue @@ -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', + }, ] }; }, diff --git a/frontend/src/business/components/settings/workspace/components/track/TrackReportNotification.vue b/frontend/src/business/components/settings/workspace/components/track/TrackReportNotification.vue index 3a09281b64..675bb28361 100644 --- a/frontend/src/business/components/settings/workspace/components/track/TrackReportNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/track/TrackReportNotification.vue @@ -242,6 +242,10 @@ export default { label:this.$t('commons.is_new'), value:'isNew', }, + { + label:this.$t('report.plan_share_url'), + value:'planShareUrl', + }, ] }; }, diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index b37b8e9c6c..952e76a670 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -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", diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index e444bc45d9..fb720a4d46 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -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: "禅道 影响版本", diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 49b1de81c3..1d90bf8a31 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -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: "禪道 影響版本",