#8449 - vnLogFilter #1640

Merged
alexm merged 20 commits from 8449-vnLogFilter into dev 2025-03-31 11:13:18 +00:00
3 changed files with 7 additions and 6 deletions
Showing only changes of commit a7c23f4bbb - Show all commits

View File

@ -70,7 +70,7 @@ function textAlignToFlex(textAlign) {
:style="textAlignToFlex(align)"
>
<span :title="label">{{ label }}</span>
<div v-if="name && model?.index">
<div v-if="name">
jorgep marked this conversation as resolved
Review

El and estaba mal. ya que hace que no salga el modo sin ningún order

El and estaba mal. ya que hace que no salga el modo sin ningún order
<QChip
:label="!vertical ? model?.index : ''"
:icon="
@ -90,7 +90,7 @@ function textAlignToFlex(textAlign) {
style="min-width: 40px; max-height: 30px"
>
<div
class="column flex-center"
class="column justify-center text-center"
Review

//

//
Review

No entiendo este comentario. Supongo que quieres decir que va relacionado con el anterior

No entiendo este comentario. Supongo que quieres decir que va relacionado con el anterior
v-if="vertical"
:style="!model?.index && 'color: #5d5d5d'"
>

View File

@ -304,6 +304,7 @@ watch(
@on-change="setLogTree"
search-url="logs"
:exprBuilder
:order="['creationDate DESC', 'id DESC']"
>
<template #body>
<div

View File

@ -40,12 +40,12 @@ const checkboxOptions = ref([
const columns = computed(() => [
{ name: 'changedModelValue' },
{ name: 'changedModel' },
{ name: 'userType' },
{ name: 'userType', orderBy: false },
{ name: 'userFk' },
{ name: 'change' },
{ name: 'change', orderBy: false },
{ name: 'action' },
{ name: 'from', orderBy: 'created' },
{ name: 'to', orderBy: 'created' },
{ name: 'from', orderBy: 'creationDate' },
{ name: 'to', orderBy: 'creationDate' },
]);
const userParamsWatcher = watch(