refactor: refs #8326 conditionally render vn-card-content based on advancedSummary #1668
|
@ -94,7 +94,7 @@ onBeforeMount(async () => {
|
|||
</template>
|
||||
</VnLv>
|
||||
</div>
|
||||
<div class="vn-card-content">
|
||||
<div class="vn-card-content" v-if="advancedSummary">
|
||||
<VnLv
|
||||
:label="t('worker.summary.fiDueDate')"
|
||||
:value="toDate(advancedSummary.fiDueDate)"
|
||||
|
|
Loading…
Reference in New Issue