From a25fdcb3a78c3508e72f82e8858a865603c7828a Mon Sep 17 00:00:00 2001
From: dyy <807692433@qq.com>
Date: Mon, 29 Apr 2024 13:33:09 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91=E7=A7=BB?=
=?UTF-8?q?=E5=8A=A8=E7=AB=AF=EF=BC=9A=E6=88=91=E7=9A=84=E6=9C=88=E7=BB=A9?=
=?UTF-8?q?=E6=95=88=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../LearunApp-2.2.0/pages.json | 13 +
.../pages/JobPerformance/list.vue | 385 +++++++++++++++
.../pages/JobPerformance/single.vue | 442 ++++++++++++++++++
3 files changed, 840 insertions(+)
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/list.vue
create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/single.vue
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
index bcd017ee4..986a57f95 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -1211,6 +1211,19 @@
"navigationBarTitleText": "详情"
}
},
+ // 月常规工作绩效
+ {
+ "path": "pages/JobPerformance/list",
+ "style": {
+ "navigationBarTitleText": "我的月绩效"
+ }
+ },
+ {
+ "path": "pages/JobPerformance/single",
+ "style": {
+ "navigationBarTitleText": "我的月绩效"
+ }
+ },
//考试安排教师功能
{
"path": "pages/EducationalAdministration/ArrangeExamTermNew/list",
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/list.vue
new file mode 100644
index 000000000..277559633
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/list.vue
@@ -0,0 +1,385 @@
+
+
+
+
+
+
+
+
+ {{searchData.IssueYear}}
+ 年
+ {{searchData.IssueMonth}}
+ 月
+
+
+
+
+ {{list.length > 0 ? list[0].PerformanceTotalScore || 0 : 0}}
+
+
+
+ {{searchData.IssueYear}}
+ 年
+ {{searchData.IssueMonth}}
+ 月常规工作绩效
+
+
+
+
+
+
+ 月绩效考核分合计
+ {{list.length > 0 ? list[0].PerformanceTotalScore || 0 : 0}}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/single.vue
new file mode 100644
index 000000000..045fd157d
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/JobPerformance/single.vue
@@ -0,0 +1,442 @@
+
+
+
+
+ 基础岗位分
+
+
+
+
+
+
+
+
+
+
+ 教学岗位分
+
+
+
+
+
+
+
+
+
+
+
+
+ 值日岗位分
+
+
+ 出勤考核
+
+
+
+
+
+
+
+
+ 常规工作考核
+
+
+
+ 假期工作绩效
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file