|  | @@ -298,7 +298,7 @@
 | 
	
		
			
				|  |  |              <el-table-column
 | 
	
		
			
				|  |  |                fixed="right"
 | 
	
		
			
				|  |  |                align="center"
 | 
	
		
			
				|  |  | -              width="210"
 | 
	
		
			
				|  |  | +              width="280"
 | 
	
		
			
				|  |  |                label="操作"
 | 
	
		
			
				|  |  |              >
 | 
	
		
			
				|  |  |                <template slot-scope="r">
 | 
	
	
		
			
				|  | @@ -330,11 +330,11 @@
 | 
	
		
			
				|  |  |                    >编辑</el-button
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                  <el-button
 | 
	
		
			
				|  |  | -                  v-if="!showEditBtn(r.row)"
 | 
	
		
			
				|  |  |                    size="mini"
 | 
	
		
			
				|  |  |                    type="text"
 | 
	
		
			
				|  |  |                    icon="el-icon-edit-outline"
 | 
	
		
			
				|  |  |                    @click="onDetail(r.row.id)"
 | 
	
		
			
				|  |  | +                  v-hasPermi="['core:plan:findById']"
 | 
	
		
			
				|  |  |                    >详情</el-button
 | 
	
		
			
				|  |  |                  >
 | 
	
		
			
				|  |  |                  <el-button
 |