|
|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
|
<div class="app-content">
|
|
|
- <app-tabs :tabs="tabs" :isFixed="true" :currentTab="tabIndex" @change="change" itemWidth="33.33%" />
|
|
|
+ <app-tabs :tabs="tabs" :isFixed="true" :currentTab="tabIndex" @change="change" itemWidth="50%" />
|
|
|
<!-- 员工列表 -->
|
|
|
<block v-if="tabIndex == 0">
|
|
|
<!-- 列表 -->
|
|
|
@@ -152,9 +152,6 @@ export default {
|
|
|
},
|
|
|
{
|
|
|
name: '角色管理'
|
|
|
- },
|
|
|
- {
|
|
|
- name: '操作记录'
|
|
|
}
|
|
|
],
|
|
|
// 删除弹窗操作
|