diff --git a/src/components/common/VnLog.vue b/src/components/common/VnLog.vue index 6e656dbe8..72d3516c5 100644 --- a/src/components/common/VnLog.vue +++ b/src/components/common/VnLog.vue @@ -214,7 +214,7 @@ function getLogTree(data) { } nLogs++; modelLog.logs.push(log); - + modelLog.summaryId = modelLog.logs[0].summaryId; // Changes const notDelete = log.action != 'delete'; const olds = (notDelete ? log.oldInstance : null) || {}; @@ -472,12 +472,17 @@ watch( > {{ t(modelLog.modelI18n) }} - #{{ modelLog.summaryId }} - - {{ modelLog.showValue }} - + + + [ url: 'vehicles', fields: ['id', 'numberPlate'], optionLabel: 'numberPlate', + optionFilterValue: 'numberPlate', find: { value: 'vehicleFk', label: 'vehiclePlateNumber',