|
@@ -73,6 +73,7 @@
|
|
|
<div class="form-group layui-form-item">
|
|
<div class="form-group layui-form-item">
|
|
|
<label class="col-sm-3 control-label">性别 <span style="color: red;">*</span>:</label>
|
|
<label class="col-sm-3 control-label">性别 <span style="color: red;">*</span>:</label>
|
|
|
<div class="input-group col-sm-6">
|
|
<div class="input-group col-sm-6">
|
|
|
|
|
+ <input type="radio" name="gender" value="0" title="保密" {if $info['gender'] eq 1}checked{/if}>
|
|
|
<input type="radio" name="gender" value="1" title="男" {if $info['gender'] eq 1}checked{/if}>
|
|
<input type="radio" name="gender" value="1" title="男" {if $info['gender'] eq 1}checked{/if}>
|
|
|
<input type="radio" name="gender" value="2" title="女" {if $info['gender'] eq 2}checked{/if}>
|
|
<input type="radio" name="gender" value="2" title="女" {if $info['gender'] eq 2}checked{/if}>
|
|
|
</div>
|
|
</div>
|