| 
					
				 | 
			
			
				@@ -37,7 +37,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <!-- 添加或修改应用程序管理对话框 --> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     <el-dialog :title="title" v-model="open" width="800px" append-to-body> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-      <el-table v-loading="loading" :data="recordList" border style="height:600px;overflow-y: auto;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+      <el-table v-loading="loading" :data="recordList" border style="height:500px;overflow-y: auto;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <el-table-column label="序号" align="center" width="120"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <template #default="scope"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <span>{{ scope.$index+1}}</span> 
			 |