工作台(施工端)页面创建

This commit is contained in:
zzyuan 2024-09-09 10:21:32 +08:00
parent c1cd245889
commit 9497732beb
7 changed files with 110 additions and 5 deletions

View File

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

View File

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

View File

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

View File

@ -8,6 +8,10 @@
<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>
@ -20,14 +24,22 @@
<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="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 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>
@ -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`
})
},
}
}
</script>

View File

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

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB