add 设备模块剩余部分页面
This commit is contained in:
		
							
								
								
									
										29
									
								
								src/views/equipment/analysis/efficiency/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/views/equipment/analysis/efficiency/index.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| <!--  | ||||
|     filename: index.vue | ||||
|     author: liubin | ||||
|     date: 2023-09-04 09:34:52 | ||||
|     description: 设备效率分析 | ||||
| --> | ||||
|  | ||||
| <template> | ||||
|     	<div class="app-container"> | ||||
|             设备效率分析 | ||||
|         </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
|     name: "EfficiencyAnalysis", | ||||
|     components: {}, | ||||
|     props: {}, | ||||
|     data() { | ||||
|         return {} | ||||
|     }, | ||||
|     computed: {}, | ||||
|     methods: {}, | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|  | ||||
| </style> | ||||
							
								
								
									
										29
									
								
								src/views/equipment/analysis/exception/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/views/equipment/analysis/exception/index.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| <!--  | ||||
|     filename: index.vue | ||||
|     author: liubin | ||||
|     date: 2023-09-04 09:34:52 | ||||
|     description: 设备异常分析 | ||||
| --> | ||||
|  | ||||
| <template> | ||||
|     <div class="app-container"> | ||||
|         设备异常分析 | ||||
|     </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
| name: "ExceptionAnalysis", | ||||
| components: {}, | ||||
| props: {}, | ||||
| data() { | ||||
|     return {} | ||||
| }, | ||||
| computed: {}, | ||||
| methods: {}, | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|  | ||||
| </style> | ||||
							
								
								
									
										29
									
								
								src/views/equipment/analysis/quality/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/views/equipment/analysis/quality/index.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| <!--  | ||||
|     filename: index.vue | ||||
|     author: liubin | ||||
|     date: 2023-09-04 09:34:52 | ||||
|     description: 设备质量分析 | ||||
| --> | ||||
|  | ||||
| <template> | ||||
|     <div class="app-container"> | ||||
|         设备质量分析 | ||||
|     </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
| name: "QualityAnalysis", | ||||
| components: {}, | ||||
| props: {}, | ||||
| data() { | ||||
|     return {} | ||||
| }, | ||||
| computed: {}, | ||||
| methods: {}, | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|  | ||||
| </style> | ||||
							
								
								
									
										29
									
								
								src/views/equipment/timing-diagram/output/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/views/equipment/timing-diagram/output/index.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| <!--  | ||||
|     filename: index.vue | ||||
|     author: liubin | ||||
|     date: 2023-09-04 09:34:52 | ||||
|     description: 设备产量时序图 | ||||
| --> | ||||
|  | ||||
| <template> | ||||
|     <div class="app-container"> | ||||
|         设备产量时序图 | ||||
|     </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
| name: "SGProduction", | ||||
| components: {}, | ||||
| props: {}, | ||||
| data() { | ||||
|     return {} | ||||
| }, | ||||
| computed: {}, | ||||
| methods: {}, | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|  | ||||
| </style> | ||||
							
								
								
									
										29
									
								
								src/views/equipment/timing-diagram/status/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								src/views/equipment/timing-diagram/status/index.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,29 @@ | ||||
| <!--  | ||||
|     filename: index.vue | ||||
|     author: liubin | ||||
|     date: 2023-09-04 09:34:52 | ||||
|     description: 设备状态时序图 | ||||
| --> | ||||
|  | ||||
| <template> | ||||
|     <div class="app-container"> | ||||
|         设备状态时序图 | ||||
|     </div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
| name: "SGStatus", | ||||
| components: {}, | ||||
| props: {}, | ||||
| data() { | ||||
|     return {} | ||||
| }, | ||||
| computed: {}, | ||||
| methods: {}, | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style scoped lang="scss"> | ||||
|  | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user