修改
This commit is contained in:
parent
fbff879504
commit
e83717e80e
@ -303,8 +303,7 @@ export default {
|
|||||||
typeCreate: '字典类型新增',
|
typeCreate: '字典类型新增',
|
||||||
typeUpdate: '字典类型编辑',
|
typeUpdate: '字典类型编辑',
|
||||||
dataCreate: '字典数据新增',
|
dataCreate: '字典数据新增',
|
||||||
dataUpdate: '字典数据编辑',
|
dataUpdate: '字典数据编辑'
|
||||||
fileUpload: '上传文件'
|
|
||||||
},
|
},
|
||||||
dialog: {
|
dialog: {
|
||||||
dialog: '弹窗',
|
dialog: '弹窗',
|
||||||
|
@ -327,42 +327,6 @@ const remainingRouter: AppRouteRecordRaw[] = [
|
|||||||
title: '查看 OA 请假',
|
title: '查看 OA 请假',
|
||||||
activeMenu: 'bpm/oa/leave/detail'
|
activeMenu: 'bpm/oa/leave/detail'
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/bpm/task/done',
|
|
||||||
component: () => import('@/views/bpm/task/done/index.vue'),
|
|
||||||
name: 'TaskDone',
|
|
||||||
meta: {
|
|
||||||
noCache: true,
|
|
||||||
hidden: true,
|
|
||||||
canTo: true,
|
|
||||||
title: '已办任务',
|
|
||||||
activeMenu: 'bpm/task/done/index'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/bpm/task/todo',
|
|
||||||
component: () => import('@/views/bpm/task/todo/index.vue'),
|
|
||||||
name: 'TaskTodo',
|
|
||||||
meta: {
|
|
||||||
noCache: true,
|
|
||||||
hidden: true,
|
|
||||||
canTo: true,
|
|
||||||
title: '代办任务',
|
|
||||||
activeMenu: 'bpm/task/todo/index'
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
path: '/bpm/processInstance',
|
|
||||||
component: () => import('@/views/bpm/processInstance/index.vue'),
|
|
||||||
name: 'processInstance',
|
|
||||||
meta: {
|
|
||||||
noCache: true,
|
|
||||||
hidden: true,
|
|
||||||
canTo: true,
|
|
||||||
title: '流程办理',
|
|
||||||
activeMenu: 'bpm/processInstance/index'
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -269,9 +269,3 @@ onBeforeMount(() => {
|
|||||||
readRedisInfo()
|
readRedisInfo()
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<style scoped>
|
|
||||||
.redis {
|
|
||||||
height: 600px;
|
|
||||||
max-height: 860px;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user