You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							27 lines
						
					
					
						
							579 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							27 lines
						
					
					
						
							579 B
						
					
					
				
								<template>
							 | 
						|
								    <keep-alive include="ItemfusingdelayList">
							 | 
						|
								        <component :is="selectComponent"></component>
							 | 
						|
								    </keep-alive>
							 | 
						|
								</template>
							 | 
						|
								
							 | 
						|
								<script>
							 | 
						|
								import Itemfusingdelay from './itemfusingdelay-list'
							 | 
						|
								import ItemfusingdelayDetailView from './itemfusingdelay-detail-view'
							 | 
						|
								import ItemfusingdelayAudit from './itemfusingdelay-audit'
							 | 
						|
								export default {
							 | 
						|
								  data () {
							 | 
						|
								    return {
							 | 
						|
								      selectComponent: Itemfusingdelay
							 | 
						|
								    }
							 | 
						|
								  },
							 | 
						|
								  components: {
							 | 
						|
								      Itemfusingdelay,
							 | 
						|
								      ItemfusingdelayDetailView,
							 | 
						|
								      ItemfusingdelayAudit
							 | 
						|
								  }
							 | 
						|
								}
							 | 
						|
								</script>
							 | 
						|
								
							 | 
						|
								<style lang="scss" scoped>
							 | 
						|
								
							 | 
						|
								</style>
							 | 
						|
								
							 |