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 cf3e300521..60d5c33055 100644 --- a/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue +++ b/frontend/src/business/components/settings/workspace/components/api/ApiReportNotification.vue @@ -62,7 +62,7 @@ @@ -175,109 +175,65 @@ export default { ], variables: [ { - label:this.$t('group.operator'), - value:'operator', + label: this.$t('group.operator'), + value: 'operator', }, { - label:'id', - value:'id', + label: 'id', + value: 'id', }, { - label:this.$t('project.id'), - value:'projectId', + label: this.$t('project.id'), + value: 'projectId', }, { - label:this.$t('commons.name'), - value:'name', + label: this.$t('commons.name'), + value: 'name', }, { - label:this.$t('api_test.request.method'), - value:'method', + label: this.$t('commons.create_time'), + value: 'createTime', }, { - label:this.$t('api_test.request.dubbo.protocol'), - value:'protocol', + label: this.$t('commons.update_time'), + value: 'updateTime', }, { - label:this.$t('api_test.request.path'), - value:'path', + label: this.$t('commons.status'), + value: 'status', }, { - label:this.$t('module.path'), - value:'modulePath', + label: this.$t('user.id'), + value: 'userId', }, { - label:this.$t('api_test.environment.id'), - value:'environmentId', + label: this.$t('commons.create_user'), + value: 'createUser', }, { - label:this.$t('api_test.automation.schedule'), - value:'schedule', + label: this.$t('commons.trigger_mode.name'), + value: 'triggerMode', }, { - label:this.$t('commons.status'), - value:'status', + label: this.$t('api_test.automation.scenario_name'), + value: 'scenarioName', }, { - label:this.$t('test_track.module.id'), - value:'moduleId', + label: this.$t('api_test.scenario.id'), + value: 'scenarioId', }, { - label:this.$t('user.id'), - value:'userId', + label: this.$t('commons.actuator'), + value: 'actuator', }, { - label:this.$t('commons.create_time'), - value:'createTime', + label: this.$t('commons.description'), + value: 'description', }, { - label:this.$t('commons.update_time'), - value:'updateTime', - }, - { - label:this.$t('test_track.case.number'), - value:'num', - }, - { - label:this.$t('commons.tag'), - value:'tags', - }, - { - label:this.$t('commons.original_state'), - value:'originalState', - }, - { - label:this.$t('commons.create_user'), - value:'createUser', - }, - { - label:this.$t('test_track.case.total'), - value:'caseTotal', - }, - { - label:this.$t('test_track.case.status'), - value:'caseStatus', - }, - { - label:this.$t('test_track.case.passing_rate'), - value:'casePassingRate', - }, - { - label:this.$t('commons.delete_time'), - value:'deleteTime', - }, - { - label:this.$t('commons.delete_user_id'), - value:'deleteUserId', - }, - { - label:this.$t('api_test.definition.document.order'), - value:'order', - }, - { - label:this.$t('report.plan_share_url'), - value:'planShareUrl', - }, + label: this.$t('report.test_end_time'), + value: 'endTime', + } ] }; },