Commit 9ff86133 by RuoYi

修复remark错误

parent 886b05c0
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment