From df53eea4325223062f51e70a052a1525db0c8a98 Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Tue, 25 Feb 2025 13:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/plan/planList/components/planPopup.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/plan/planList/components/planPopup.vue b/frontend/src/views/plan/planList/components/planPopup.vue index 5ddd125..608fe71 100644 --- a/frontend/src/views/plan/planList/components/planPopup.vue +++ b/frontend/src/views/plan/planList/components/planPopup.vue @@ -292,7 +292,7 @@ const open = async (sign: string, if(data.testState === 0){ isSelectDisabled.value = false }else{ - + isSelectDisabled.value = true } Object.assign(formContent,{ ...data })