Przeglądaj źródła

账号增加分组

Chente 6 lat temu
rodzic
commit
1d0354c559
2 zmienionych plików z 21 dodań i 2 usunięć
  1. 12 0
      poj-list-add-user.html
  2. 9 2
      poj-list-detail.html

+ 12 - 0
poj-list-add-user.html

@@ -90,6 +90,18 @@
             <div class="panel-body mt-3">
               <form>
                 <div class="form-group row">
+                  <label class="col-sm-2 col-form-label text-right"><b class="text-danger">*</b>账号组</label>
+                  <div class="col-lg-4">
+                      <select class="form-control">
+                        <option>请选择</option>
+                        <option>建设单位</option>
+                        <option>监理单位</option>
+                        <option>施工单位</option>
+                        <option>设计单位</option>
+                      </select>
+                  </div>
+                </div>
+                <div class="form-group row">
                   <label class="col-sm-2 col-form-label text-right"><b class="text-danger">*</b>登录账号</label>
                   <div class="col-lg-4">
                       <input class="form-control" type="text" placeholder="输入登录账号,支持中英文">

+ 9 - 2
poj-list-detail.html

@@ -203,8 +203,11 @@
                   </div>
                 </div>
                 <div class="tab-pane" id="account" role="tabpanel">
-                  <form class="form-inline mb-2 d-flex justify-content-end">
+                  <div class="form-inline mb-2 d-flex justify-content-end">
                     <div class="input-group">
+                      <select class="form-control form-control-sm"><option>所有组</option><option>建设单位</option><option>监理单位</option><option>施工单位</option><option>设计单位</option></select>
+                    </div>
+                    <div class="input-group ml-2">
                       <input class="form-control form-control-sm" placeholder="姓名" type="text">
                       <span class="input-group-btn">
                         <button class="btn btn-secondary btn-sm" type="button"><i class="fa fa-search" aria-hidden="true"></i></button>
@@ -213,10 +216,11 @@
                     <div class="ml-2">
                       <a class="btn btn-primary btn-sm" href="poj-list-add-user.html">添加账号</a>
                     </div>
-                  </form>
+                  </div>
                   <table class="table table-striped table-bordered table-sm">
                     <thead>
                       <tr>
+                        <th>账号组</th>
                         <th>账号</th>
                         <th>姓名</th>
                         <th>单位</th>
@@ -229,6 +233,7 @@
                     </thead>
                     <tbody>
                       <tr>
+                        <td>建设单位</td>
                         <td>chente <span data-toggle="tooltip" data-placement="bottom" title="管理员"><i class="fa fa-user-circle-o"></span></td>
                         <td>陈特</td>
                         <td>珠海纵横创新软件有限公司</td>
@@ -240,6 +245,7 @@
                         <td><a href="poj-list-add-user.html" class="btn btn-outline-primary btn-sm">编辑</a></td>
                       </tr>
                       <tr>
+                        <td>监理单位</td>
                         <td>buer</td>
                         <td>布尔</td>
                         <td>珠海纵横创新软件有限公司</td>
@@ -251,6 +257,7 @@
                         <td><a href="poj-list-add-user.html" class="btn btn-outline-primary btn-sm">编辑</a></td>
                       </tr>
                       <tr>
+                        <td>设计单位</td>
                         <td>buer2</td>
                         <td>开发员</td>
                         <td>珠海纵横创新软件有限公司</td>