From b426ee51a23722d1d62855acfab18083c0a5b8b7 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 31 Oct 2022 13:54:45 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=E7=BC=BA?= =?UTF-8?q?=E9=99=B7=E5=88=9B=E5=BB=BA=E5=A4=84=E7=90=86=E4=BA=BA=E6=A8=A1?= =?UTF-8?q?=E7=89=88=E5=AD=97=E6=AE=B5=E5=8F=96=E4=B8=8D=E5=88=B0=E5=80=BC?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001018754 --user=郭雨琦 --- .../menu/notification/track/DefectTaskNotification.vue | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/project-management/frontend/src/business/menu/notification/track/DefectTaskNotification.vue b/project-management/frontend/src/business/menu/notification/track/DefectTaskNotification.vue index c32ed788fb..f84abc518d 100644 --- a/project-management/frontend/src/business/menu/notification/track/DefectTaskNotification.vue +++ b/project-management/frontend/src/business/menu/notification/track/DefectTaskNotification.vue @@ -129,11 +129,7 @@ export default { { label: this.$t('test_track.issue.platform_status'), value: 'platformStatus', - }, - { - label: this.$t('custom_field.issue_processor'), - value: 'processor', - }, + } ] }; },