diff --git a/api-test/frontend/src/business/automation/schedule/ScheduleNotification.vue b/api-test/frontend/src/business/automation/schedule/ScheduleNotification.vue index 2c77757fa2..22866b2ff2 100644 --- a/api-test/frontend/src/business/automation/schedule/ScheduleNotification.vue +++ b/api-test/frontend/src/business/automation/schedule/ScheduleNotification.vue @@ -167,10 +167,6 @@ export default { label: this.$t('commons.create_user'), value: 'createUser', }, - { - label: this.$t('commons.version'), - value: 'version', - }, { label: this.$t('commons.delete_time'), value: 'deleteTime', diff --git a/api-test/frontend/src/business/commons/ScheduleNotification.vue b/api-test/frontend/src/business/commons/ScheduleNotification.vue index e11067680b..915aa9be4c 100644 --- a/api-test/frontend/src/business/commons/ScheduleNotification.vue +++ b/api-test/frontend/src/business/commons/ScheduleNotification.vue @@ -168,10 +168,6 @@ export default { label: this.$t('commons.create_user'), value: 'createUser', }, - { - label: this.$t('commons.version'), - value: 'version', - }, { label: this.$t('commons.delete_time'), value: 'deleteTime', diff --git a/project-management/frontend/src/business/menu/notification/api/ApiAutomationNotification.vue b/project-management/frontend/src/business/menu/notification/api/ApiAutomationNotification.vue index c4fc25b241..662fa8db1d 100644 --- a/project-management/frontend/src/business/menu/notification/api/ApiAutomationNotification.vue +++ b/project-management/frontend/src/business/menu/notification/api/ApiAutomationNotification.vue @@ -166,10 +166,6 @@ export default { label: this.$t('commons.create_user'), value: 'createUser', }, - { - label: this.$t('commons.version'), - value: 'version', - }, { label: this.$t('commons.delete_time'), value: 'deleteTime', diff --git a/project-management/frontend/src/business/menu/notification/api/ApiDefinitionNotification.vue b/project-management/frontend/src/business/menu/notification/api/ApiDefinitionNotification.vue index 0c062737ae..066ee9d9bd 100644 --- a/project-management/frontend/src/business/menu/notification/api/ApiDefinitionNotification.vue +++ b/project-management/frontend/src/business/menu/notification/api/ApiDefinitionNotification.vue @@ -252,10 +252,6 @@ export default { label: this.$t('commons.delete_user_id'), value: 'deleteUserId', }, - { - label: this.$t('commons.version'), - value: 'version', - }, { label: this.$t('api_test.definition.document.order'), value: 'order', @@ -314,10 +310,6 @@ export default { label: this.$t('commons.delete_user_id'), value: 'deleteUserId', }, - { - label: this.$t('commons.version'), - value: 'version', - }, ] }; }, diff --git a/report-stat/frontend/src/business/compnent/schedule/ScheduleNotification.vue b/report-stat/frontend/src/business/compnent/schedule/ScheduleNotification.vue index 60afc308c9..373520b9ff 100644 --- a/report-stat/frontend/src/business/compnent/schedule/ScheduleNotification.vue +++ b/report-stat/frontend/src/business/compnent/schedule/ScheduleNotification.vue @@ -164,10 +164,6 @@ export default { label: this.$t('commons.create_user'), value: 'createUser', }, - { - label: this.$t('commons.version'), - value: 'version', - }, { label: this.$t('commons.delete_time'), value: 'deleteTime',