|
|
@@ -11,9 +11,7 @@
|
|
|
<app-tabs :tabs="tabs" :isFixed="false" :top="50" :currentTab="tabIndex" :height="100" @change="change" itemWidth="50%" :isAdd="false" />
|
|
|
</view>
|
|
|
|
|
|
- <!-- 员工列表 -->
|
|
|
<block v-if="tabIndex == 0">
|
|
|
- <!-- 列表 -->
|
|
|
<div class="list-wrap staff-list">
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
|
<div class="list" v-for="(item, index) in list.data" :key="index">
|
|
|
@@ -138,7 +136,7 @@ import { list } from '@/mixins'
|
|
|
import { mapGetters } from "vuex"
|
|
|
import { getStaffList, delStaff, getRoleList, addRole, updateRole, delRole, getLogList } from '@/api/staff'
|
|
|
export default {
|
|
|
- name: 'staff-list',
|
|
|
+ name: 'list',
|
|
|
components: {
|
|
|
AppTabs,
|
|
|
AppAvatarModule,
|
|
|
@@ -330,6 +328,7 @@ export default {
|
|
|
}
|
|
|
// 员工列表
|
|
|
.staff-list {
|
|
|
+ padding-bottom:30upx;
|
|
|
.list-det {
|
|
|
width: calc(100% - 110upx);
|
|
|
color: $fontColor3;
|