From 4424ce7030106654502b79f815a6bfe69be3dabe Mon Sep 17 00:00:00 2001 From: shijing Date: Sat, 16 Dec 2023 13:01:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A9=E6=95=88=E8=80=83=E6=A0=B8=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/route.js | 12 +++- src/views/hrm/performance.vue | 112 ++++++++++++++++++++++++++++++++++ 2 files changed, 123 insertions(+), 1 deletion(-) create mode 100644 src/views/hrm/performance.vue diff --git a/src/config/route.js b/src/config/route.js index 1080de0b..69d48774 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1886,6 +1886,16 @@ const routes = [ }, "component": "hrm/attendance" }, + { + "name": "performance", + "path": "/hrm/performance", + "meta": { + "title": "绩效考核", + "icon": "el-icon-check", + "perms": ["attendance_record"] + }, + "component": "hrm/performance" + }, { "name": "certificate", "path": "/hrm/certificate", @@ -2464,7 +2474,7 @@ const routes = [ "meta": { "title": "数据集", "icon": "el-icon-grid", -"perms": ["dataset"] + "perms": ["dataset"] }, "component": "bi/dataset" }, diff --git a/src/views/hrm/performance.vue b/src/views/hrm/performance.vue new file mode 100644 index 00000000..312a66c0 --- /dev/null +++ b/src/views/hrm/performance.vue @@ -0,0 +1,112 @@ + + +