工作汇报
This commit is contained in:
29
src/saas/AppCountryAlbum/components/Daily.vue
Normal file
29
src/saas/AppCountryAlbum/components/Daily.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="Daily">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Daily',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
onLoad () {
|
||||
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
@@ -23,7 +23,7 @@
|
||||
<image src="../images/paizhao.png" />
|
||||
<span>拍照</span>
|
||||
</div>
|
||||
<div class="left-item">
|
||||
<div class="left-item" @click="linkTo('./AddReport')">
|
||||
<image src="../images/pintu.png" />
|
||||
<span>拼图汇报</span>
|
||||
</div>
|
||||
|
||||
29
src/saas/AppCountryAlbum/components/InspectLog.vue
Normal file
29
src/saas/AppCountryAlbum/components/InspectLog.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="InspectLog">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'InspectLog',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
onLoad () {
|
||||
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
29
src/saas/AppCountryAlbum/components/MeetingMminutes.vue
Normal file
29
src/saas/AppCountryAlbum/components/MeetingMminutes.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="MeetingMminutes">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'MeetingMminutes',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
onLoad () {
|
||||
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
29
src/saas/AppCountryAlbum/components/WorkReport.vue
Normal file
29
src/saas/AppCountryAlbum/components/WorkReport.vue
Normal file
@@ -0,0 +1,29 @@
|
||||
<template>
|
||||
<div class="WorkReport">
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'WorkReport',
|
||||
|
||||
data () {
|
||||
return {
|
||||
|
||||
}
|
||||
},
|
||||
|
||||
onLoad () {
|
||||
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user