增加施工人员模块

This commit is contained in:
BianLzhaoMin 2025-08-12 18:56:37 +08:00
parent d1b2e0ec13
commit 48b35639d9
10 changed files with 100 additions and 1 deletions

View File

@ -27,7 +27,7 @@ export function deleteJobTypeAPI(data) {
// 获取工种类型列表
export function getJobTypeListAPI(data) {
return request({
url: '/bonus-bmw/postType/list',
url: '/bmw/postType/list',
method: 'get',
params: data,
})

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>考勤统计</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>考勤机</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>补卡申请</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>补卡审核</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>补卡统计</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>合同见证</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>失信人员</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>红绿灯统计</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>

View File

@ -0,0 +1,11 @@
<template>
<div class="app-container">
<h1>工资卡见证</h1>
</div>
</template>
<script>
export default {}
</script>
<style></style>