Chente преди 7 години
родител
ревизия
51b1c90059
променени са 2 файла, в които са добавени 12 реда и са изтрити 3 реда
  1. 11 2
      poj-list-add-user.html
  2. 1 1
      poj-list-detail.html

+ 11 - 2
poj-list-add-user.html

@@ -91,6 +91,15 @@
                   </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 is-invalid" type="text" placeholder="输入登录账号,支持中英文">
+                      <div class="invalid-feedback">
+                        该账号已存在。
+                      </div>
+                  </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">
                     <div class="input-group">
@@ -124,13 +133,13 @@
                 <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="登录账号,支持中英文">
+                      <input class="form-control" type="text" placeholder="请输入姓名">
                   </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="输入单位名称">
+                      <input class="form-control" type="text" placeholder="">
                   </div>
                 </div>
                 <div class="form-group row">

+ 1 - 1
poj-list-detail.html

@@ -189,7 +189,7 @@
                         <th>账号</th>
                         <th>姓名</th>
                         <th>单位</th>
-                        <th>角色</th>
+                        <th>角色/职位</th>
                         <th>最后登录时间</th>
                         <th>手机</th>
                         <th>电话</th>