YZProjectCloud/yanzhu-ui-vue3/src/views/manage/thirdLabor/attendanceData/index.vue

27 lines
305 B
Vue
Raw Normal View History

<template>
<div class="app-container third-labor-attendance-data">
</div>
</template>
<script>
export default {
name: 'ThirdLaborAttendanceWorker',
data() {
return {
}
},
created() {
},
methods: {
}
}
</script>
<style lang="scss">
.third-labor-attendance-worker{
}
</style>