记得上下班打卡 | git大法好,push需谨慎

Commit 2e8d07d0 authored by 姜秀龙's avatar 姜秀龙

Merge branch 'refs/heads/jxl-slime' into test-ecs

parents ffaa02a0 9b453a6c
...@@ -47,6 +47,12 @@ ...@@ -47,6 +47,12 @@
<input name="sex" class="form-control" type="text" th:if="*{sex==2}" th:value="女" readonly required> <input name="sex" class="form-control" type="text" th:if="*{sex==2}" th:value="女" readonly required>
</div> </div>
</div> </div>
<div class="form-group">
<label class="col-sm-3 control-label is-required">民族:</label>
<div class="col-sm-8">
<input name="nation" class="form-control" type="text" th:value="*{nation}" readonly required>
</div>
</div>
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label is-required">学校:</label> <label class="col-sm-3 control-label is-required">学校:</label>
<div class="col-sm-8"> <div class="col-sm-8">
......
...@@ -107,6 +107,10 @@ ...@@ -107,6 +107,10 @@
field: 'sex', field: 'sex',
title: '性别' title: '性别'
}, },
{
field: 'nation',
title: '民族'
},
{ {
field: 'phone', field: 'phone',
title: '手机号' title: '手机号'
......
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