diff --git a/pages.json b/pages.json
index 3f649ea..2b12e33 100644
--- a/pages.json
+++ b/pages.json
@@ -270,6 +270,13 @@
"navigationStyle": "custom"
}
},
+ //工资卡见证
+ {//工资查看
+ "path": "pages/realName/workbench/wageRecord/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
//电子合同
{//电子合同-pdf
"path": "pages/realName/workbench/electronicContract/contractVideo",
@@ -282,13 +289,32 @@
"style": {
"navigationStyle": "custom"
}
- },{//电子合同-填写
+ },
+ {//电子合同-填写
"path": "pages/realName/workbench/electronicContract/contractFill",
"style": {
"navigationStyle": "custom"
}
},
- {//考勤
+ {//欠薪维权申诉
+ "path": "pages/realName/workbench/safeguarding/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {//准入信息查询
+ "path": "pages/realName/workbench/dayPlan/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {//安全教育培训
+ "path": "pages/realName/workbench/exam/index",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
+ {//考勤
"path": "pages/realName/workAttendance/index",
"style": {
"navigationStyle": "custom"
@@ -365,6 +391,7 @@
"navigationBarTitleText" : "消息通知"
}
}
+
],
"globalStyle": {
"fontFamily": "Helvetica, Arial, sans-serif",
diff --git a/pages/realName/workbench/dayPlan/index.vue b/pages/realName/workbench/dayPlan/index.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/pages/realName/workbench/dayPlan/index.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/realName/workbench/exam/index.vue b/pages/realName/workbench/exam/index.vue
new file mode 100644
index 0000000..8183fd0
--- /dev/null
+++ b/pages/realName/workbench/exam/index.vue
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
diff --git a/pages/realName/workbench/index.vue b/pages/realName/workbench/index.vue
index a2ef7d0..741c221 100644
--- a/pages/realName/workbench/index.vue
+++ b/pages/realName/workbench/index.vue
@@ -8,6 +8,10 @@
合同见证
+
+
+ 欠薪维权申诉
+
人员信息录入
@@ -20,14 +24,22 @@
电子合同
-
-
- 工资卡见证
+
+
+ 工资查看
工资卡见证
+
+
+ 准入信息查询
+
+
+
+ 安全教育培训
+
@@ -85,11 +97,31 @@
url: `/pages/realName/workbench/contractWitness/index`
})
},
+ goSafeguarding(){//欠薪维权申诉
+ uni.navigateTo({
+ url: `/pages/realName/workbench/safeguarding/index`
+ })
+ },
goWageWitness(){//工资卡见证
uni.navigateTo({
url: `/pages/realName/workbench/wageWitness/index`
})
},
+ goWageRecord(){//工资卡见证
+ uni.navigateTo({
+ url: `/pages/realName/workbench/wageRecord/index`
+ })
+ },
+ goDayPlan(){//准入信息查询
+ uni.navigateTo({
+ url: `/pages/realName/workbench/dayPlan/index`
+ })
+ },
+ goExam(){//安全教育培训
+ uni.navigateTo({
+ url: `/pages/realName/workbench/exam/index`
+ })
+ },
}
}
diff --git a/pages/realName/workbench/safeguarding/index.vue b/pages/realName/workbench/safeguarding/index.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/pages/realName/workbench/safeguarding/index.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/realName/workbench/wageRecord/index.vue b/pages/realName/workbench/wageRecord/index.vue
new file mode 100644
index 0000000..02409e3
--- /dev/null
+++ b/pages/realName/workbench/wageRecord/index.vue
@@ -0,0 +1,8 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/realName/exam.png b/static/realName/exam.png
index 369538d..5466a1a 100644
Binary files a/static/realName/exam.png and b/static/realName/exam.png differ