|
@@ -0,0 +1,64 @@
|
|
|
|
|
+<!-- 用户绑定到企业页面 -->
|
|
|
|
|
+<style>
|
|
|
|
|
+.tips{
|
|
|
|
|
+ padding-left:45px;
|
|
|
|
|
+ padding-right:45px;
|
|
|
|
|
+ font-size:16px;
|
|
|
|
|
+}
|
|
|
|
|
+.step1{
|
|
|
|
|
+ margin-top:10px;
|
|
|
|
|
+ margin-bottom:10px;
|
|
|
|
|
+ padding-left:45px;
|
|
|
|
|
+ width: 880px;
|
|
|
|
|
+ height: 350px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.step2{
|
|
|
|
|
+ margin-top:10px;
|
|
|
|
|
+ margin-bottom:10px;
|
|
|
|
|
+ padding-left:45px;
|
|
|
|
|
+ width: 880px;
|
|
|
|
|
+ height: 380px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.unLogin{
|
|
|
|
|
+ padding-top:150px;
|
|
|
|
|
+ text-align:center;
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|
|
|
|
|
+
|
|
|
|
|
+<div class="loading" ng-class="{'in': loading}">
|
|
|
|
|
+ <i></i>
|
|
|
|
|
+</div>
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+<div class="row f14">
|
|
|
|
|
+ <div class="col-xs-12">
|
|
|
|
|
+ <div class="headerline">
|
|
|
|
|
+ <div class="content">用户企业绑定</div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ <div style="min-height: 390px;">
|
|
|
|
|
+ <div>
|
|
|
|
|
+ <span class="tips"><span style="color: #56a022;"><i class="fa fa-hand-o-right"></i></span>
|
|
|
|
|
+ 第一步:在平台首页单击“<span style="color:red">账户设置</span>”,
|
|
|
|
|
+ 再单击“<span style="color:red">用户信息</span>”,
|
|
|
|
|
+ 将鼠标移入“<span style="color:red">添加用户</span>”,然后选择“<span style="color:red">添加已注册</span>
|
|
|
|
|
+ <span style="color:red; padding-left:45px; font-size:16px;">用户</span>”。
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <img class="step1" src="static/img/self/bind_user/bind_user_step1.png"></img><br>
|
|
|
|
|
+
|
|
|
|
|
+ <span class="tips"><span style="color: #56a022;"><i class="fa fa-hand-o-right"></i></span>
|
|
|
|
|
+ 第二步:在弹出的页面中输入查询条件,单击“<span style="color:red">查找</span>”按钮,查找成功后,单击
|
|
|
|
|
+ “<span style="color:red">确认绑定</span>”,即可绑定成功。
|
|
|
|
|
+ </span>
|
|
|
|
|
+ <img class="step2" src="static/img/self/bind_user/bind_user_step2.png"></img><br>
|
|
|
|
|
+ <hr>
|
|
|
|
|
+ <div align="center" style="margin-bottom:30px;">
|
|
|
|
|
+ <span ng-show="!sys" style="color:red; "> 您不是管理员,没有权限绑定用户!</span><br>
|
|
|
|
|
+ <button class="btn btn-success" ng-click="editUser()" ng-disabled="!sys">点此立即绑定用户</button><br>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </div>
|
|
|
|
|
+</div>
|
|
|
|
|
+
|