|  | @@ -173,7 +173,7 @@
 | 
	
		
			
				|  |  |            icon="el-icon-plus"
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            @click="handleAdd"
 | 
	
		
			
				|  |  | -          v-hasPermi="['fleet:plans:add']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['fleet:ftmsorderbills:add']"
 | 
	
		
			
				|  |  |            >新增</el-button
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -184,7 +184,7 @@
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            :disabled="true"
 | 
	
		
			
				|  |  |            @click="handleUpdate"
 | 
	
		
			
				|  |  | -          v-hasPermi="['fleet:plans:edit']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['fleet:ftmsorderbills:edit']"
 | 
	
		
			
				|  |  |            >修改</el-button
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -195,7 +195,7 @@
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            :disabled="multiple"
 | 
	
		
			
				|  |  |            @click="handleDelete"
 | 
	
		
			
				|  |  | -          v-hasPermi="['fleet:plans:remove']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['fleet:ftmsorderbills:remove']"
 | 
	
		
			
				|  |  |            >删除</el-button
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -205,7 +205,7 @@
 | 
	
		
			
				|  |  |            icon="el-icon-download"
 | 
	
		
			
				|  |  |            size="mini"
 | 
	
		
			
				|  |  |            @click="handleExport"
 | 
	
		
			
				|  |  | -          v-hasPermi="['fleet:plans:export']"
 | 
	
		
			
				|  |  | +          v-hasPermi="['fleet:ftmsorderbills:export']"
 | 
	
		
			
				|  |  |            >导出</el-button
 | 
	
		
			
				|  |  |          >
 | 
	
		
			
				|  |  |        </el-col>
 | 
	
	
		
			
				|  | @@ -346,7 +346,7 @@
 | 
	
		
			
				|  |  |              type="text"
 | 
	
		
			
				|  |  |              icon="el-icon-edit"
 | 
	
		
			
				|  |  |              @click="handleUpdate(scope.row)"
 | 
	
		
			
				|  |  | -            v-hasPermi="['fleet:plans:edit']"
 | 
	
		
			
				|  |  | +            v-hasPermi="['fleet:ftmsorderbills:edit']"
 | 
	
		
			
				|  |  |              >修改</el-button
 | 
	
		
			
				|  |  |            > -->
 | 
	
		
			
				|  |  |            <el-button
 | 
	
	
		
			
				|  | @@ -354,7 +354,7 @@
 | 
	
		
			
				|  |  |              type="text"
 | 
	
		
			
				|  |  |              icon="el-icon-delete"
 | 
	
		
			
				|  |  |              @click="handleDelete(scope.row)"
 | 
	
		
			
				|  |  | -            v-hasPermi="['fleet:plans:remove']"
 | 
	
		
			
				|  |  | +            v-hasPermi="['fleet:ftmsorderbills:remove']"
 | 
	
		
			
				|  |  |              >删除</el-button
 | 
	
		
			
				|  |  |            >
 | 
	
		
			
				|  |  |          </template>
 |