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