From 3d7436e753642fe2f69e0186b16f88bc543e80d4 Mon Sep 17 00:00:00 2001 From: rogersun Date: Mon, 15 Jun 2026 15:18:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ai_show/index.vue | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/views/ai_show/index.vue b/src/views/ai_show/index.vue index d6f50a8..4a4610d 100644 --- a/src/views/ai_show/index.vue +++ b/src/views/ai_show/index.vue @@ -112,8 +112,9 @@ const objectSpanMethod = ({row, column, rowIndex, columnIndex}) => { // 日历禁用日期 const disabledDate = (time) => { const start = new Date('2026-06-11T00:00:00Z') - const end = new Date() - return time.getTime() < start || time.getTime() > end + const today = new Date(); + today.setDate(today.getDate() + 3) + return time.getTime() < start || time.getTime() > today } // 定义生命周期,在加载时获取一次表格数据 @@ -145,10 +146,10 @@ onBeforeMount( /> - - 保利国际影城北京凯德大峡谷店 - SFC上影(永华店) - 宁波影都(东门口店) + + 保利国际影城北京凯德大峡谷店 + SFC上影(永华店) + 宁波影都(东门口店)