修复remark错误

pull/13/head
RuoYi 2018-07-12 10:09:33 +08:00
parent 886b05c085
commit 9ff8613336
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<div class="form-group">
<label class="col-sm-3 control-label">备注:</label>
<div class="col-sm-8">
<input id="remark" name="remark" class="form-control" type="text" th:field="*{jobName}">
<input id="remark" name="remark" class="form-control" type="text" th:field="*{remark}">
</div>
</div>
<div class="form-group">