From 61ab67b5e0449dc27a43122b9825ebd08923c1ad Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Wed, 4 Feb 2026 10:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/planMange/dailyPlan/index.vue | 3 ++- src/views/planMange/plan/addAndEditForm.vue | 2 +- src/views/system/user/index.vue | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/planMange/dailyPlan/index.vue b/src/views/planMange/dailyPlan/index.vue index c7adad1..17b8b35 100644 --- a/src/views/planMange/dailyPlan/index.vue +++ b/src/views/planMange/dailyPlan/index.vue @@ -219,7 +219,8 @@ const actionColumns = computed(() => [ type: 'primary', link: true, permission: ['plan:dailyPlan:edit'], // 权限控制:使用 v-hasPermi 指令控制按钮显示 - disabled: (row) => isBeforeToday(row.dayPlan), // 当日期为今天之前时禁用 + // disabled: (row) => isBeforeToday(row.dayPlan), // 当日期为今天之前时禁用 + disabled: false, // 当日期为今天之前时禁用 handler: (row) => { router.push({ path: '/plan/dailyPlanEdit/index', diff --git a/src/views/planMange/plan/addAndEditForm.vue b/src/views/planMange/plan/addAndEditForm.vue index ebed235..82616fc 100644 --- a/src/views/planMange/plan/addAndEditForm.vue +++ b/src/views/planMange/plan/addAndEditForm.vue @@ -34,7 +34,7 @@