Se hace correccion solicitada en issuecomment-39488

This commit is contained in:
carlosfonseca 2024-01-22 07:55:30 -05:00
parent 9c2267e116
commit 9d4d3bf84d
1 changed files with 3 additions and 9 deletions

View File

@ -117,9 +117,10 @@ const toCustomerCreditCreate = () => {
<QTr :props="props" class="cursor-pointer">
<component
:is="tableColumnComponents[props.col.name].component"
class="col-content"
v-bind="tableColumnComponents[props.col.name].props(props)"
@click="tableColumnComponents[props.col.name].event(props)"
class="rounded-borders q-pa-sm"
style="border: 1px solid red"
v-bind="tableColumnComponents[props.col.name].props(props)"
>
{{ props.value }}
<WorkerDescriptorProxy :id="workerId" />
@ -138,13 +139,6 @@ const toCustomerCreditCreate = () => {
</QPageSticky>
</template>
<style lang="scss" scoped>
.col-content {
border-radius: 4px;
padding: 6px;
}
</style>
<i18n>
es:
Since: Desde