Compare commits
2 Commits
611bc1521e
...
5335e0c924
Author | SHA1 | Date | |
---|---|---|---|
5335e0c924 | |||
8257801aab |
13
src/views/inspection/screen/inspectionBigScreen.vue
Normal file
13
src/views/inspection/screen/inspectionBigScreen.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'inspectionBigScreen.vue'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
13
src/views/repair/screen/repairBigScreen.vue
Normal file
13
src/views/repair/screen/repairBigScreen.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'repairBigScreen'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
13
src/views/rescue/screen/rescueBigScreen.vue
Normal file
13
src/views/rescue/screen/rescueBigScreen.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'rescueBigScreen'
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user