物资中配件类型管理按钮权限修改
This commit is contained in:
		
							parent
							
								
									7383001aae
								
							
						
					
					
						commit
						06a8f49852
					
				| 
						 | 
				
			
			@ -191,7 +191,7 @@
 | 
			
		|||
                type="primary"
 | 
			
		||||
                icon="el-icon-edit"
 | 
			
		||||
                @click="handleUpdate(scope.row)"
 | 
			
		||||
                v-hasPermi="['machinery:type:edit']"
 | 
			
		||||
                v-hasPermi="['ma:partType:edit']"
 | 
			
		||||
              >
 | 
			
		||||
                修改
 | 
			
		||||
              </el-button>
 | 
			
		||||
| 
						 | 
				
			
			@ -200,7 +200,7 @@
 | 
			
		|||
                type="warning"
 | 
			
		||||
                icon="el-icon-delete-solid"
 | 
			
		||||
                @click="handleDelete(scope.row)"
 | 
			
		||||
                v-hasPermi="['machinery:type:edit']"
 | 
			
		||||
                v-hasPermi="['ma:partType:remove']"
 | 
			
		||||
              >
 | 
			
		||||
                删除
 | 
			
		||||
              </el-button>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue