Browse Source

人员信息页面样式微调

hejq 8 years ago
parent
commit
9cb39f04c9
1 changed files with 11 additions and 11 deletions
  1. 11 11
      src/main/webapp/resources/tpl/index/approvalFlow/user.html

+ 11 - 11
src/main/webapp/resources/tpl/index/approvalFlow/user.html

@@ -392,9 +392,9 @@
 						<!--<th width="170">身份证号</th>-->
 						<th width="170">电话</th>
 						<th width="150">邮箱</th>
-						<th width="100">客户分配</th>
 						<th width="120">角色</th>
 						<th>&nbsp;</th>
+						<th width="100">客户分配</th>
 					</tr>
 				</thead>
 				<tbody>
@@ -438,19 +438,12 @@
 						<!--<td class="text-center" ng-bind="::u.userIdcode"></td>-->
 						<td class="text-center" ng-bind="::u.userTel"></td>
 						<td class="text-center" ng-bind="::u.userEmail"></td>
-						<td class="text-center row-operator2">
-							<a class="operator-trigger" href="javascript:void(0);" ng-click="addVendor(u,user.sys)" style="color: green;"><i class="fa fa-plus-circle fa-lg"></i></a>
-						<!--  	<ul class="list-unstyle list-inline operator-menu3" ng-show="user.sys">
-								<li><a ng-click="addVendor(u,true)"><i class="fa fa-fw fa-pencil-square-o"></i>添加</a></li>
-								<li><a ng-click="removeVendor(u)" ng-if="u.userUU != user.userUU"><i class="fa fa-fw fa-trash-o"></i>删除</a></li>
-							</ul>-->
-						</td>
 						<td class="user-role">
 							<div class="role-item" ng-repeat="role in u.roles"
-								title="{{role.desc}}">
+								 title="{{role.desc}}">
 								<span class="icon"
-									ng-class="{'info':role.issys == 1,'danger':role.isdefault == 0}"
-									ng-bind="::role.desc | firstchar"></span>
+									  ng-class="{'info':role.issys == 1,'danger':role.isdefault == 0}"
+									  ng-bind="::role.desc | firstchar"></span>
 							</div>
 						</td>
 						<!-- 系统管理员无法被编辑限制,因为用户反馈注册用户都是业务员,需要权限来保护隐私,所以拿掉这个限制 -->
@@ -462,6 +455,13 @@
 								<li><a ng-click="removeUser(u)" ng-if="u.userUU != user.userUU"><i class="fa fa-fw fa-trash-o" style="color: #fff"></i>删除</a></li>
 							</ul>
 						</td>
+						<td class="text-center row-operator2">
+							<a class="operator-trigger" href="javascript:void(0);" ng-click="addVendor(u,user.sys)" style="color: green;"><i class="fa fa-plus-circle fa-lg"></i></a>
+							<!--  	<ul class="list-unstyle list-inline operator-menu3" ng-show="user.sys">
+                                    <li><a ng-click="addVendor(u,true)"><i class="fa fa-fw fa-pencil-square-o"></i>添加</a></li>
+                                    <li><a ng-click="removeVendor(u)" ng-if="u.userUU != user.userUU"><i class="fa fa-fw fa-trash-o"></i>删除</a></li>
+                                </ul>-->
+						</td>
 					</tr>
 				</tbody>
 			</table>