|
@@ -49,6 +49,13 @@
|
|
|
</template>
|
|
|
</el-menu-item>
|
|
|
|
|
|
+ <el-menu-item index="9" v-if="permissions.leaveStatistical">
|
|
|
+ <template slot="title">
|
|
|
+ <i class="iconfont firerock-icongongshitongji"></i>
|
|
|
+ <span slot="title">{{ $t('restTime') }}</span>
|
|
|
+ </template>
|
|
|
+ </el-menu-item>
|
|
|
+
|
|
|
<el-menu-item index="5" v-if="permissions.leaveProcess">
|
|
|
<template slot="title">
|
|
|
<i class="iconfont firerock-iconliucheng"></i>
|
|
@@ -80,14 +87,6 @@
|
|
|
</el-menu-item>
|
|
|
</template>
|
|
|
|
|
|
- <el-menu-item index="9" v-if="permissions.leaveStatistical">
|
|
|
- <template slot="title">
|
|
|
- <i class="iconfont firerock-icongongshitongji"></i>
|
|
|
- <span slot="title">{{ $t('restTime') }}</span>
|
|
|
- </template>
|
|
|
- </el-menu-item>
|
|
|
-
|
|
|
-
|
|
|
</el-menu>
|
|
|
</el-col>
|
|
|
</div>
|