From 0e6fec3b99db3044a035562e7b2d8bc0b341279f Mon Sep 17 00:00:00 2001 From: zhoulexin Date: Thu, 18 Jun 2026 11:22:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8A=A5=E5=90=8D=E6=9C=9F=E6=AC=A1?= =?UTF-8?q?=E7=A6=81=E7=94=A8=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/client/FormPage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/client/FormPage.vue b/src/views/client/FormPage.vue index ed1aad5..cac4afb 100644 --- a/src/views/client/FormPage.vue +++ b/src/views/client/FormPage.vue @@ -183,6 +183,7 @@ v-for="item in sessionOptions" :key="item.id" :value="item.id" + :disabled="item.status === 'inactive'" > {{ formatPeriodLabel(item.periodName, item.startDate, item.endDate) }}