Compare commits

..

No commits in common. "9d9a87d4c9dc274ff808c896a9f18624e4db28b9" and "fb06613dab4e7ae64eb89dd89447e8e8c2ff8207" have entirely different histories.

7 changed files with 5 additions and 110 deletions

View File

@ -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",

View File

@ -1,8 +0,0 @@
<template>
</template>
<script>
</script>
<style>
</style>

View File

@ -1,22 +0,0 @@
<template>
<view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style>
</style>

View File

@ -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>

View File

@ -1,8 +0,0 @@
<template>
</template>
<script>
</script>
<style>
</style>

View File

@ -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