Sfoglia il codice sorgente

李剑-节假日信息维护功能开发-修正了,假日数据输入项改成只读后,必填限制失效的错误。

lijian 4 anni fa
parent
commit
a6868e1200

+ 1 - 1
src/main/resources/templates/admin/super/holiday/holiday_add.html

@@ -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>
 		</div>
 		<div class="row cl">