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 84fcafd67..cfcc16d4c 100644
--- a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages.json
@@ -1097,6 +1097,23 @@
"enablePullDownRefresh": false
}
}
+ // 我的工资
+ ,{
+ "path" : "pages/PersonnelManagement/MyAmount/list",
+ "style" :
+ {
+ "navigationBarTitleText": "我的工资",
+ "enablePullDownRefresh": false
+ }
+ }
+ ,{
+ "path" : "pages/PersonnelManagement/MyAmount/single",
+ "style" :
+ {
+ "navigationBarTitleText": "我的工资",
+ "enablePullDownRefresh": false
+ }
+ }
],
// 全局样式
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue
new file mode 100644
index 000000000..23df2ff50
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue
@@ -0,0 +1,270 @@
+
+
+
+
+
+ {{ tips }}
+
+
+
+
+
+
+
+ {{item_.Item1}}:
+ {{item_.Item2}}
+
+
+
+
+ 查看
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 重置查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/single.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/single.vue
new file mode 100644
index 000000000..05371e9b9
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/single.vue
@@ -0,0 +1,135 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file