7404-stockBought #593

Merged
pablone merged 18 commits from 7404-stockBought into dev 2024-09-17 11:55:42 +00:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit e559ab43d7 - Show all commits

View File

@ -430,7 +430,7 @@ function handleOnDataSaved(_) {
/>
</template>
<template #header-cell="{ col }">
<QTh table-header-style="max-width:50%" v-if="col.visible ?? true">
<QTh v-if="col.visible ?? true">
pablone marked this conversation as resolved Outdated
Outdated
Review

Revisar

Revisar
<div
class="column self-start q-ml-xs ellipsis"
:class="`text-${col?.align ?? 'left'}`"

View File

@ -219,8 +219,8 @@ function openDialog() {
<span class="link" @click.stop>
{{ row?.worker?.user?.name }}
<WorkerDescriptorProxy :id="row?.workerFk" />
</span> </template
>0
</span>
</template>
Outdated
Review

Ixe 0 el vols?

Ixe 0 el vols?
</VnTable>
</QPage>
</template>

View File

@ -63,7 +63,7 @@ const columns = [
];
</script>
<template>
<QDialog position="bottom" :maximized="true">
<QDialog :maximized="true">
<div class="container">
<VnTable
ref="tableRef"