diff --git a/src/api/duty/duty.js b/src/api/duty/duty.js index dd2d03b..4b068dd 100644 --- a/src/api/duty/duty.js +++ b/src/api/duty/duty.js @@ -144,4 +144,20 @@ export const adddepartmentdutyinfo = (data) => { data: data }) } +//查看定量考核目标设定 +export const lookquantitativeconfig = (data) => { + return request({ + url: '/admin/lookquantitativeconfig', + method: 'post', + data: data + }) +} +//结算周期 +export const setevaluationobjectives = (data) => { + return request({ + url: '/duty/setevaluationobjectives', + method: 'post', + data: data + }) +} diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index c3a5c0e..a5081eb 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -9,7 +9,7 @@
- {{userInfo.grouptitle}}{{userInfo.branchFactory}}{{userInfo.name}} + {{userInfo.groupName}}{{userInfo.roleName}}
diff --git a/src/router/index.js b/src/router/index.js index 77fd59e..0a912c9 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -213,6 +213,12 @@ export const constantRoutes = [ component: () => import('@/views/basicInfo/project'), meta: { title: '考核指标', icon: 'tree' } }, + { + path: 'Target', + name: 'Target', + component: () => import('@/views/basicInfo/target'), + meta: { title: '指标目标', icon: 'tree' } + }, // { // path: 'jobEntry', // name: 'jobEntry', diff --git a/src/views/assessmentProgram/departmentalAssessment.vue b/src/views/assessmentProgram/departmentalAssessment.vue index d7e5b02..7a5f5b8 100644 --- a/src/views/assessmentProgram/departmentalAssessment.vue +++ b/src/views/assessmentProgram/departmentalAssessment.vue @@ -31,7 +31,7 @@
- 组合 + 生成部门考核方案
@@ -45,7 +45,7 @@ - +