add 特殊设备
This commit is contained in:
28
src/views/specialEquipment/maintain/Monitor.vue
Normal file
28
src/views/specialEquipment/maintain/Monitor.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
filename: Monitor.vue
|
||||
author: liubin
|
||||
date: 2023-12-12 13:54:53
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="SpecialEquipmentMaintainMonitor"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'SpecialEquipmentMaintainMonitor',
|
||||
components: {},
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.SpecialEquipmentMaintainMonitor {
|
||||
}
|
||||
</style>
|
||||
28
src/views/specialEquipment/maintain/PlanConfig.vue
Normal file
28
src/views/specialEquipment/maintain/PlanConfig.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
filename: PlanConfig.vue
|
||||
author: liubin
|
||||
date: 2023-12-12 13:54:53
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="SpecialEquipmentPlanConfig"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'SpecialEquipmentPlanConfig',
|
||||
components: {},
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.SpecialEquipmentPlanConfig {
|
||||
}
|
||||
</style>
|
||||
28
src/views/specialEquipment/maintain/Record.vue
Normal file
28
src/views/specialEquipment/maintain/Record.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
filename: MaintainRecord.vue
|
||||
author: liubin
|
||||
date: 2023-12-12 13:54:53
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="SpecialEquipmentMaintainRecord"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'SpecialEquipmentMaintainRecord',
|
||||
components: {},
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.SpecialEquipmentMaintainRecord {
|
||||
}
|
||||
</style>
|
||||
28
src/views/specialEquipment/maintain/Repair.vue
Normal file
28
src/views/specialEquipment/maintain/Repair.vue
Normal file
@@ -0,0 +1,28 @@
|
||||
<!--
|
||||
filename: Repair.vue
|
||||
author: liubin
|
||||
date: 2023-12-12 13:54:53
|
||||
description:
|
||||
-->
|
||||
|
||||
<template>
|
||||
<div class="SpecialEquipmentRepair"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'SpecialEquipmentRepair',
|
||||
components: {},
|
||||
props: {},
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
};
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.SpecialEquipmentRepair {
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user