fix(quick-access/quick-entry): 修改待办任务的跳转路由
将待办任务的跳转链接从work/todo调整为hrm/requests,统一系统内的路由跳转路径
This commit is contained in:
@@ -32,7 +32,7 @@ export default {
|
|||||||
{name: '人员考勤', url: 'produce/attendance', icon: 'el-icon-data-line'},
|
{name: '人员考勤', url: 'produce/attendance', icon: 'el-icon-data-line'},
|
||||||
{name: '日常财务', url: 'finance/finance', icon: 'el-icon-edit-outline'},
|
{name: '日常财务', url: 'finance/finance', icon: 'el-icon-edit-outline'},
|
||||||
{name: '出库管理', url: 'ware/oaOutWarehouse', icon: 'el-icon-document'},
|
{name: '出库管理', url: 'ware/oaOutWarehouse', icon: 'el-icon-document'},
|
||||||
{name: '待办任务', url: 'work/todo', icon: 'el-icon-s-unfold'},
|
{name: '待办任务', url: 'hrm/requests', icon: 'el-icon-s-unfold'},
|
||||||
],
|
],
|
||||||
// 日期范围
|
// 日期范围
|
||||||
dateRange: [],
|
dateRange: [],
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
quickEntries: [
|
quickEntries: [
|
||||||
// 这四个入口需要在右上角显示数量
|
// 这四个入口需要在右上角显示数量
|
||||||
{ icon: "el-icon-user", text: "待办任务", count: 0, url: 'work/todo' },
|
{ icon: "el-icon-user", text: "待办任务", count: 0, url: 'hrm/requests' },
|
||||||
{ icon: "el-icon-bell", text: "事件提醒", count: 0, url: 'hint/home' },
|
{ icon: "el-icon-bell", text: "事件提醒", count: 0, url: 'hint/home' },
|
||||||
{ icon: "el-icon-warning", text: "问题反馈", count: 0, url: 'hint/feedback' },
|
{ icon: "el-icon-warning", text: "问题反馈", count: 0, url: 'hint/feedback' },
|
||||||
{ icon: "el-icon-setting", text: "个人中心", url: 'user/profile' },
|
{ icon: "el-icon-setting", text: "个人中心", url: 'user/profile' },
|
||||||
|
|||||||
Reference in New Issue
Block a user