|
|
@@ -988,7 +988,7 @@
|
|
|
<td ng-class="{'has-error': userTelError, 'has-success': userTelSuccess}">
|
|
|
<input ng-model="newUser.userTel"
|
|
|
ng-blur="telValid(newUser.userTel)" required name="newUserTel"
|
|
|
- ng-pattern="/^1\d{10}$/" type="text" placeholder="手机号">
|
|
|
+ ng-pattern="/^1\d{10}$/" type="text" placeholder="手机">
|
|
|
</td>
|
|
|
<td ng-class="{'has-error': userEmailError, 'has-success': userEmailSuccess}">
|
|
|
<input ng-model="newUser.userEmail" ng-pattern="/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/"
|
|
|
@@ -1058,7 +1058,7 @@
|
|
|
<!-- 申请绑定 -->
|
|
|
<div class="clearfix bind-en" ng-if="tab=='bind'">
|
|
|
<div class="rt_menu">
|
|
|
- <span class="pull-right"><input type="text" ng-model="searchParams.keyword" ng-keyup="keyUpApply()" class="form-control" placeholder="用户名/手机号"/><button class="btn" ng-click="searchApply()">搜索</button> </span></span>
|
|
|
+ <span class="pull-right"><input type="text" ng-model="searchParams.keyword" ng-keyup="keyUpApply()" class="form-control" placeholder="用户名/手机"/><button class="btn" ng-click="searchApply()">搜索</button> </span></span>
|
|
|
</div>
|
|
|
<table class="bind-enter-tab" ng-table="applyToEnterpriseTableParams">
|
|
|
<thead>
|