From 0c79482e5ca1fe2069f31bf8f96d94d3a6440327 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Tue, 8 Nov 2022 18:14:04 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=E5=8E=BB=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E5=BA=9F=E5=BC=83=E7=9A=84=E6=A8=A1=E7=89=88=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001019421 --user=郭雨琦 --- .../business/automation/schedule/ScheduleNotification.vue | 4 ---- .../src/business/commons/ScheduleNotification.vue | 4 ---- .../menu/notification/api/ApiAutomationNotification.vue | 4 ---- .../menu/notification/api/ApiDefinitionNotification.vue | 8 -------- .../business/compnent/schedule/ScheduleNotification.vue | 4 ---- 5 files changed, 24 deletions(-) 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',