From 6fe910114458bbb598ac26d63308a89041aa2d5b Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Mon, 22 Mar 2021 21:24:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=89=A7=E8=A1=8C=E9=A1=B5=E9=9D=A2=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E7=9A=84=E5=AD=97=E6=AE=B5=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../functional/FunctionalTestCaseEdit.vue | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue index 8ee1ab81ad..da8facdcb8 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseEdit.vue @@ -48,10 +48,8 @@ {{ testCase.priority }} - {{ $t('test_track.case.case_type') }}: - {{ $t('commons.functional') }} - {{ $t('commons.performance') }} - {{ $t('commons.api') }} + {{ $t('test_track.case.module') }}: + {{ testCase.nodePath }} - - {{ $t('test_track.case.method') }}: - {{ $t('test_track.case.manual') }} - {{ $t('test_track.case.auto') }} - - - {{ $t('test_track.case.module') }}: - {{ testCase.nodePath }} - {{ $t('test_track.plan.plan_project') }}: {{ testCase.projectName }}