@@ -40,7 +40,7 @@
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2"><span class="c-red">*</span>假日数据:</label>
<div class="formControls col-xs-8 col-sm-9">
- <input type="text" class="input-text" disabled="true" readOnly="true" required value="" th:value="${configValue}" th:id="configValue" th:name="configValue"/>
+ <input type="text" class="input-text" readOnly="true" required value="" th:value="${configValue}" th:id="configValue" th:name="configValue"/>
</div>