加班管理

This commit is contained in:
XaoLi717 2024-11-07 15:34:25 +08:00
parent 3d19cef801
commit 6697bc8583
7 changed files with 32 additions and 8 deletions

View File

@ -696,7 +696,7 @@ const remainingRouter: AppRouteRecordRaw[] = [
noCache: true, noCache: true,
hidden: true, hidden: true,
canTo: true, canTo: true,
title: '发起办公用品流程', title: '发起用品管理流程',
activeMenu: '/Home/bgyp/Bgypflow' activeMenu: '/Home/bgyp/Bgypflow'
} }
}, },
@ -708,10 +708,34 @@ const remainingRouter: AppRouteRecordRaw[] = [
noCache: true, noCache: true,
hidden: true, hidden: true,
canTo: true, canTo: true,
title: '查看办公用品流程', title: '查看用品管理流程',
activeMenu: '/Home/bgyp/Bgypflow' activeMenu: '/Home/bgyp/Bgypflow'
} }
}, },
{
path: 'jbgl/JbglCreate',
component: () => import('@/views/Home/jbgl/JbglCreate.vue'),
name: 'JbglCreate',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '发起加班管理流程',
activeMenu: '/Home/jbgl/Jbglflow'
}
},
{
path: 'jbgl/JbglDetail',
component: () => import('@/views/Home/jbgl/JbglDetail.vue'),
name: 'JbglDetail',
meta: {
noCache: true,
hidden: true,
canTo: true,
title: '查看加班管理流程',
activeMenu: '/Home/jbgl/Jbglflow'
}
},
] ]
}, },
] ]

View File

@ -1,5 +1,5 @@
<template> <template>
<el-card > <el-card shadow="never">
<template #header> <template #header>
<span style="font-size: 16px">创建用品管理流程</span> <span style="font-size: 16px">创建用品管理流程</span>
</template> </template>

View File

@ -1,5 +1,5 @@
<template> <template>
<el-card> <el-card shadow="never">
<template #header> <template #header>
<span style="font-size: 16px">用品管理流程</span> <span style="font-size: 16px">用品管理流程</span>
</template> </template>

View File

@ -1,5 +1,5 @@
<template> <template>
<el-card > <el-card shadow="never">
<template #header> <template #header>
<span style="font-size: 16px">创建车辆管理流程</span> <span style="font-size: 16px">创建车辆管理流程</span>
</template> </template>

View File

@ -1,5 +1,5 @@
<template> <template>
<el-card> <el-card shadow="never">
<template #header> <template #header>
<span style="font-size: 16px">车辆管理流程</span> <span style="font-size: 16px">车辆管理流程</span>
</template> </template>

View File

@ -1,5 +1,5 @@
<template> <template>
<el-card > <el-card shadow="never" >
<template #header> <template #header>
<span style="font-size: 16px">创建请假管理流程</span> <span style="font-size: 16px">创建请假管理流程</span>
</template> </template>

View File

@ -1,5 +1,5 @@
<template> <template>
<el-card> <el-card shadow="never">
<template #header> <template #header>
<span style="font-size: 16px">请假管理流程</span> <span style="font-size: 16px">请假管理流程</span>
</template> </template>