1.修改国际化2.日志默认时间五分钟
This commit is contained in:
@@ -82,25 +82,25 @@
|
||||
</div>
|
||||
</div> --%>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>创建人员:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="creator"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="${fns:getUserById(serviceDictInfo.serviceDictCreator.id).name}" maxlength="50" class="form-control" readonly="readonly"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>创建时间:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="create_time"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="<fmt:formatDate value='${serviceDictInfo.createTime}' pattern='yyyy-MM-dd HH:mm:ss'/>" maxlength="50" class="form-control" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>修改人员:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="editor"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="${fns:getUserById(serviceDictInfo.serviceDictEditor.id).name}" maxlength="50" class="form-control" readonly="readonly"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>修改时间:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="edit_time"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="<fmt:formatDate value='${serviceDictInfo.editTime}' pattern='yyyy-MM-dd HH:mm:ss'/>" maxlength="50" class="form-control" readonly="readonly" />
|
||||
</div>
|
||||
@@ -108,7 +108,7 @@
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><spring:message code="desc"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<form:textarea path="itemDesc" htmlEscape="false" maxlength="2000" class="form-control"/>
|
||||
<form:textarea path="itemDesc" htmlEscape="false" maxlength="2000" class="form-control" readonly="readonly"/>
|
||||
</div>
|
||||
</div>
|
||||
</form:form>
|
||||
|
||||
@@ -86,25 +86,25 @@
|
||||
</div>
|
||||
</div> --%>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>创建人员:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="creator"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="${fns:getUserById(sysDictInfo.sysDictCreator.id).name}" maxlength="50" class="form-control" readonly="readonly"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>创建时间:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="create_time"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="<fmt:formatDate value='${sysDictInfo.createTime}' pattern='yyyy-MM-dd HH:mm:ss'/>" maxlength="50" class="form-control" readonly="readonly" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>修改人员:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="editor"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="${fns:getUserById(sysDictInfo.sysDictEditor.id).name}" maxlength="50" class="form-control" readonly="readonly"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><font color="red"></font>修改时间:</label>
|
||||
<label class="col-md-3 control-label"><font color="red"></font><spring:message code="edit_time"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<input value="<fmt:formatDate value='${sysDictInfo.editTime}' pattern='yyyy-MM-dd HH:mm:ss'/>" maxlength="50" class="form-control" readonly="readonly" />
|
||||
</div>
|
||||
@@ -112,7 +112,7 @@
|
||||
<div class="form-group">
|
||||
<label class="col-md-3 control-label"><spring:message code="desc"/>:</label>
|
||||
<div class="col-md-4">
|
||||
<form:textarea path="itemDesc" htmlEscape="false" maxlength="2000" class="form-control"/>
|
||||
<form:textarea path="itemDesc" htmlEscape="false" maxlength="2000" class="form-control" readonly="readonly"/>
|
||||
</div>
|
||||
</div>
|
||||
</form:form>
|
||||
|
||||
Reference in New Issue
Block a user