254e3f27 by wang

init

1 parent 214adb4b
...@@ -23,6 +23,15 @@ ...@@ -23,6 +23,15 @@
23 <input type="text" class="form-control input-text" name="idCard" value="<?=$item->idCard?>"> 23 <input type="text" class="form-control input-text" name="idCard" value="<?=$item->idCard?>">
24 </div> 24 </div>
25 </div> 25 </div>
26 <div class="row cl">
27 <div class="form-group col-sm-4 col-md-2">
28 <label>设置密码</label>
29 <input type="text" class="form-control input-text" value="" name="password" id="password">
30 </div>
31 <div class="form-group col-sm-4 col-md-2 pt-25">
32 <button class="btn btn-primary" onclick="random()" type="button">随机生成密码</button>
33 </div>
34 </div>
26 <div class="row cl"> 35 <div class="row cl">
27 <div class="form-group col-sm-4 col-md-2"> 36 <div class="form-group col-sm-4 col-md-2">
28 <label>所属网点</label> 37 <label>所属网点</label>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!