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="刷新">

删除白名单