Show raw and final remarks in expanded row

This commit is contained in:
D. Berge
2020-09-01 12:34:58 +02:00
parent 276af8fcd6
commit 4291b83817

View File

@@ -33,11 +33,35 @@
<template v-slot:expanded-item="{ headers, item }">
<td :colspan="headers.length" class="pa-0">
<v-container fluid class="pa-0">
<v-row no-gutters>
<v-col>
<v-card outlined>
<v-row no-gutters class="d-flex flex-column flex-sm-row">
<v-col cols="6" class="d-flex flex-column">
<v-card outlined class="flex-grow-1">
<v-card-title>
Acquisition remarks
</v-card-title>
<v-card-subtitle>
</v-card-subtitle>
<v-card-text>
{{ item.remarks }}
</v-card-text>
</v-card>
<v-card outlined class="flex-grow-1">
<v-card-title>
Processing remarks
</v-card-title>
<v-card-subtitle>
</v-card-subtitle>
<v-card-text>
{{ item.remarks_final }}
</v-card-text>
</v-card>
</v-col>
<v-col cols="6" class="d-flex">
<v-card outlined class="flex-grow-1">
<v-card-title>
Source files
</v-card-title>
<v-card-subtitle>
Sequence details
</v-card-subtitle>
<v-card-text>
<v-list>
@@ -280,10 +304,6 @@ export default {
value: "azimuth",
text: "Azimuth",
align: "end"
},
{
value: "remarks",
text: "Remarks"
}
],
expanded: [],