From d7b2318410b4f71e678765b4fe2e15b99aaf7466 Mon Sep 17 00:00:00 2001 From: Ambitiousliga Date: Mon, 12 Apr 2021 19:01:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):?= =?UTF-8?q?=E4=BD=BF=E9=9D=9E=E5=8F=AA=E8=AF=BB=E7=94=A8=E6=88=B7=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E7=BC=96=E8=BE=91=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E6=89=80=E5=85=B3=E8=81=94=E7=9A=84=E7=94=A8=E4=BE=8B=20(#1973?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../plan/view/comonents/functional/FunctionalTestCaseList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue index 539dd176c2..71b7a8ed74 100644 --- a/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue +++ b/frontend/src/business/components/track/plan/view/comonents/functional/FunctionalTestCaseList.vue @@ -484,7 +484,7 @@ export default { }); }, showDetail(row, event, column) { - this.isReadOnly = true; + this.isReadOnly = !this.isTestManagerOrTestUser; this.$refs.testPlanTestCaseEdit.openTestCaseEdit(row); }, refresh() {