[pricelist][calculation] add edit-button
This commit is contained in:
		
							parent
							
								
									89cd109587
								
							
						
					
					
						commit
						1c64dbbaf6
					
				| 
						 | 
				
			
			@ -371,6 +371,9 @@
 | 
			
		|||
              props.row.uuid ? `/api/pricelist/picture/${props.row.uuid}?size=256` : 'no-image.svg'
 | 
			
		||||
            "
 | 
			
		||||
          >
 | 
			
		||||
            <div class='absolute-top-right justify-end' style='background-color: transparent;'>
 | 
			
		||||
              <q-btn @click="console.log('hallo')" round icon='mdi-pencil' style='background-color: rgba(0,0,0,0.5)'/>
 | 
			
		||||
            </div>
 | 
			
		||||
            <div class="absolute-bottom-right justify-end">
 | 
			
		||||
              <div class="text-subtitle1 text-right">
 | 
			
		||||
                {{ props.row.name }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue