Compare commits
No commits in common. "9d9a87d4c9dc274ff808c896a9f18624e4db28b9" and "fb06613dab4e7ae64eb89dd89447e8e8c2ff8207" have entirely different histories.
9d9a87d4c9
...
fb06613dab
31
pages.json
31
pages.json
|
|
@ -270,13 +270,6 @@
|
|||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
//工资卡见证
|
||||
{//工资查看
|
||||
"path": "pages/realName/workbench/wageRecord/index",
|
||||
"style": {
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
//电子合同
|
||||
{//电子合同-pdf
|
||||
"path": "pages/realName/workbench/electronicContract/contractVideo",
|
||||
|
|
@ -289,32 +282,13 @@
|
|||
"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"
|
||||
|
|
@ -391,7 +365,6 @@
|
|||
"navigationBarTitleText" : "消息通知"
|
||||
}
|
||||
}
|
||||
|
||||
],
|
||||
"globalStyle": {
|
||||
"fontFamily": "Helvetica, Arial, sans-serif",
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
<template>
|
||||
<view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
|
|
@ -8,10 +8,6 @@
|
|||
<view><image class="img1" src="@/static/realName/contract_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">合同见证</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goSafeguarding">
|
||||
<view><image class="img1" src="@/static/realName/safeguarding.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">欠薪维权申诉</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goPersonEnter">
|
||||
<view><image class="img1" src="@/static/realName/base_person.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">人员信息录入</view>
|
||||
|
|
@ -24,21 +20,13 @@
|
|||
<view><image class="img1" src="@/static/realName/contract_sign.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">电子合同</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goWageRecord">
|
||||
<view><image class="img1" src="@/static/realName/wage_check.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">工资查看</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goWageWitness">
|
||||
<view><image class="img1" src="@/static/realName/wage_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">工资卡见证</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goDayPlan">
|
||||
<view><image class="img1" src="@/static/realName/day_plan.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">准入信息查询</view>
|
||||
</view>
|
||||
<view class="view-item" @click="goExam">
|
||||
<view><image class="img1" src="@/static/realName/exam.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">安全教育培训</view>
|
||||
<view class="view-item" @click="goWageWitness">
|
||||
<view><image class="img1" src="@/static/realName/wage_witness.png" style="width: 60rpx;height: 60rpx;" alt=""></view>
|
||||
<view style="font-size: 24rpx;">工资卡见证</view>
|
||||
</view>
|
||||
|
||||
|
||||
|
|
@ -97,31 +85,11 @@
|
|||
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`
|
||||
})
|
||||
},
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -1,8 +0,0 @@
|
|||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<style>
|
||||
</style>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in New Issue