|  | @ -7,7 +7,7 @@ | 
		
	
		
			
				|  |  |       <i class="drag-tip">提示:请通过拖动鼠标来调整当前顺序</i> |  |  |       <i class="drag-tip">提示:请通过拖动鼠标来调整当前顺序</i> | 
		
	
		
			
				|  |  |       <el-table :data="sortTableData" class="category-sort" style="width: 100%;max-height: 70vh;" row-key="id"> |  |  |       <el-table :data="sortTableData" class="category-sort" style="width: 100%;max-height: 70vh;" row-key="id"> | 
		
	
		
			
				|  |  |         <el-table-column type="index" label="序号" width="100" align="center" /> |  |  |         <el-table-column type="index" label="序号" width="100" align="center" /> | 
		
	
		
			
				|  |  |         <el-table-column prop="dicName" label="门类名称" /> |  |  |  | 
		
	
		
			
				|  |  |  |  |  |         <el-table-column prop="cnName" label="门类名称" /> | 
		
	
		
			
				|  |  |       </el-table> |  |  |       </el-table> | 
		
	
		
			
				|  |  |       <div slot="footer" class="dialog-footer"> |  |  |       <div slot="footer" class="dialog-footer"> | 
		
	
		
			
				|  |  |         <el-button type="primary" @click.native="handleSort">保存</el-button> |  |  |         <el-button type="primary" @click.native="handleSort">保存</el-button> | 
		
	
	
		
			
				|  | 
 |