From 24bebd1365c18e2082fc9160d7f0aa6203642624 Mon Sep 17 00:00:00 2001 From: grimm <1769111741@qq.com> Date: Wed, 29 May 2024 19:00:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=94=E5=88=A9=E6=B4=BB=E5=8A=A8=E4=B8=8D?= =?UTF-8?q?=E5=85=81=E8=AE=B8=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/activity/arb/updateARBActivity.html | 4 ++++ src/main/resources/templates/getAllWhite.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/activity/arb/updateARBActivity.html b/src/main/resources/templates/activity/arb/updateARBActivity.html index ef6ecd5..c4c501a 100644 --- a/src/main/resources/templates/activity/arb/updateARBActivity.html +++ b/src/main/resources/templates/activity/arb/updateARBActivity.html @@ -267,6 +267,10 @@ document.getElementById("startTime").value = activity.startTime;//赋初始值 document.getElementById("endTime").value = activity.endTime;//赋初始值 } + document.getElementById("always").disabled = true; + document.getElementById("custom").disabled = true; + document.getElementById("startTime").disabled = true; + document.getElementById("endTime").disabled = true; // 类型 typeInfos.update({ disabled: true }); } diff --git a/src/main/resources/templates/getAllWhite.html b/src/main/resources/templates/getAllWhite.html index 9aa8510..c51a50e 100644 --- a/src/main/resources/templates/getAllWhite.html +++ b/src/main/resources/templates/getAllWhite.html @@ -25,7 +25,7 @@ > 白名单信息 > 白名单信息 + href="javascript:location.replace(location.href);" title="刷新">

删除白名单