From 46123004f1cc3d5b3bdfa6a01bc54585ed1ec891 Mon Sep 17 00:00:00 2001 From: wenyann Date: Mon, 31 May 2021 16:04:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E4=B8=AD=E5=85=B3=E8=81=94=E7=94=A8=E4=BE=8B=E6=97=B6=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/automation/scenario/ApiScenarioModule.vue | 2 ++ .../api/definition/components/module/ApiModule.vue | 2 ++ .../src/business/components/track/common/NodeTree.vue | 8 +++++++- .../comonents/functional/TestCaseFunctionalRelevance.vue | 2 ++ .../track/review/view/components/TestReviewRelevance.vue | 2 ++ 5 files changed, 15 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue index 79ac23a62c..768b57a59e 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioModule.vue @@ -4,6 +4,7 @@ - + {{ data.caseNum }} @@ -108,6 +108,9 @@ export default { }; }, props: { + isDisplay: { + type: String, + }, type: { type: String, default: "view" @@ -139,6 +142,9 @@ export default { this.filter(val); } }, + created() { + console.log(this.isDisplay); + }, computed: { disabled() { return this.type !== 'edit'; diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue b/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue index 1a3cc567bb..5296805215 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/TestCaseFunctionalRelevance.vue @@ -9,6 +9,7 @@