@@ -92,7 +94,7 @@ const setUserParams = (params) => {
dense
filled
@update:model-value="
- (value) => {
+ () => {
setUserParams(params);
}
"
@@ -127,8 +129,19 @@ const setUserParams = (params) => {
dense
filled
/>
-
+
+
+
+
+
+
+
+
+
[
},
{
columnClass: 'shrink',
- name: 'timed',
+ name: 'minTimed',
align: 'center',
label: t('negative.timed'),
- format: ({ timed }) => toHour(timed),
+ format: ({ minTimed }) => toHour(minTimed),
sortable: true,
cardVisible: true,
columnFilter: {
@@ -64,9 +65,25 @@ const columns = computed(() => [
columnFilter: {
component: 'input',
type: 'number',
- inWhere: false,
+ columnClass: 'shrink',
},
},
+ {
+ name: 'nextEntryFk',
+ align: 'center',
+ label: t('negative.nextEntryFk'),
+ format: ({ nextEntryFk }) => nextEntryFk,
+ sortable: false,
+ columnFilter: false,
+ },
+ {
+ name: 'nextEntryLanded',
+ align: 'center',
+ label: t('negative.nextEntryLanded'),
+ format: ({ nextEntryLanded }) => toDate(nextEntryLanded),
+ sortable: false,
+ columnFilter: false,
+ },
{
name: 'longName',
align: 'left',
@@ -195,6 +212,12 @@ const setUserParams = (params) => {
{{ row.itemFk }}
+