fix: #8313 fixed ClaimLines format #1097
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1097
Loading…
Reference in New Issue
No description provided.
Delete Branch "8813-arreglarFormatoClaimLines"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -342,3 +342,3 @@
<template #body="props">
<QTr :props="props">
<QTd v-for="col in props.cols" :key="col.name" :props="props">
<QTd v-for="col in props.cols" :key="col.name" :props="props" class="">
Eliminar la propiedad class si no se utiliza
@ -351,3 +348,1 @@
color="blue"
>{{ col.value }}</QBtn
>
<span class="link" v-if="col.name == 'description'">{{
===
fix: #8813 fixed ClaimLines formatto fix: #8313 fixed ClaimLines format