mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化员工页面提示
This commit is contained in:
parent
ddb366f70a
commit
b9f10b5c3d
@ -7,8 +7,7 @@
|
||||
<span><vc:i18n name="查询条件" namespace="staff"></vc:i18n></span>
|
||||
</h5>
|
||||
<div class="ibox-tools" style="top:10px;">
|
||||
<button type="button" class="btn btn-link btn-sm" style="margin-right:10px;"
|
||||
v-on:click="_moreCondition()">{{staffInfo.moreCondition == true?'隐藏':'更多'}}
|
||||
<button type="button" class="btn btn-link btn-sm" style="margin-right:10px;" v-on:click="_moreCondition()">{{staffInfo.moreCondition == true?'隐藏':'更多'}}
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
@ -37,8 +36,7 @@
|
||||
</div>
|
||||
<div class="col-sm-3">
|
||||
<div class="form-group">
|
||||
<input type="text" :placeholder="vc.i18n('请输入员工名称','staff')"
|
||||
v-model="staffInfo.conditions.name" class=" form-control">
|
||||
<input type="text" :placeholder="vc.i18n('请输入员工名称','staff')" v-model="staffInfo.conditions.name" class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
@ -55,14 +53,12 @@
|
||||
<div class="row">
|
||||
<div class="col-sm-3" v-if="staffInfo.moreCondition == true">
|
||||
<div class="form-group">
|
||||
<input type="text" :placeholder="vc.i18n('请输入手机号','staff')"
|
||||
v-model="staffInfo.conditions.tel" class=" form-control">
|
||||
<input type="text" :placeholder="vc.i18n('请输入手机号','staff')" v-model="staffInfo.conditions.tel" class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4" v-if="staffInfo.moreCondition == true">
|
||||
<div class="form-group">
|
||||
<input type="text" :placeholder="vc.i18n('请输入员工ID','staff')"
|
||||
v-model="staffInfo.conditions.staffId" class=" form-control">
|
||||
<input type="text" :placeholder="vc.i18n('请输入员工ID','staff')" v-model="staffInfo.conditions.staffId" class=" form-control">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -159,11 +155,20 @@
|
||||
</tfoot>
|
||||
</table>
|
||||
<!-- 分页 -->
|
||||
<div class="row margin-top-xs">
|
||||
<div class="col-sm-9">
|
||||
<div>
|
||||
温馨提示:新添加员工默认密码为123456,组织分配小区和员工分配权限后登录
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-3 float-right">
|
||||
<vc:create path="frame/pagination"></vc:create>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<vc:create path="frame/resetStaffPwd"></vc:create>
|
||||
<vc:create path="frame/editStaff"></vc:create>
|
||||
<vc:create path="frame/deleteStaff"></vc:create>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user