From da31d16c8733b19db15846ada71692c943998b14 Mon Sep 17 00:00:00 2001 From: yxq Date: Sat, 20 Jan 2024 18:15:12 +0800 Subject: [PATCH] =?UTF-8?q?app=20=E6=88=91=E7=9A=84=E5=B7=A5=E8=B5=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LearunApp-2.2.0/pages.json | 17 ++ .../PersonnelManagement/MyAmount/list.vue | 270 ++++++++++++++++++ .../PersonnelManagement/MyAmount/single.vue | 135 +++++++++ 3 files changed, 422 insertions(+) create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/list.vue create mode 100644 Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/PersonnelManagement/MyAmount/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 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 @@ + + + + + + + \ 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