mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:27:09 +00:00
Show raw and final remarks in expanded row
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user