소스 검색

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

lijian 4 년 전
부모
커밋
a6868e1200
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/templates/admin/super/holiday/holiday_add.html

+ 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">