|  | @@ -44,15 +44,14 @@
 | 
	
		
			
				|  |  |            <el-form-item>
 | 
	
		
			
				|  |  |              <el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
 | 
	
		
			
				|  |  |              <el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
 | 
	
		
			
				|  |  | +            <el-button type="primary" icon="el-icon-plus" size="mini" @click="handleAdd"
 | 
	
		
			
				|  |  | +                       v-hasPermi="['core:plan:add']">新增任务
 | 
	
		
			
				|  |  | +            </el-button>
 | 
	
		
			
				|  |  |            </el-form-item>
 | 
	
		
			
				|  |  |          </el-form>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <el-row :gutter="10" class="mb8">
 | 
	
		
			
				|  |  | -          <el-col :span="1.5">
 | 
	
		
			
				|  |  | -            <el-button type="primary" icon="el-icon-plus" size="mini" @click="handleAdd"
 | 
	
		
			
				|  |  | -                       v-hasPermi="['core:plan:add']">新增任务
 | 
	
		
			
				|  |  | -            </el-button>
 | 
	
		
			
				|  |  | -          </el-col>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |            <!--   <el-col :span="1.5">
 | 
	
		
			
				|  |  |                 <el-button type="success" plain icon="el-icon-edit-outline" size="mini" :disabled="single" @click="handleUpdate"
 | 
	
		
			
				|  |  |                            v-hasPermi="['core:plan:edit']">修改
 |