Notes now show both summary and description in viewer

This commit is contained in:
Stefan Zermatten
2021-02-20 15:41:30 +02:00
parent 53594c0004
commit 10e9a5faa8

View File

@@ -1,6 +1,12 @@
<template lang="html">
<div class="note-viewer">
<property-name :value="model.name" />
<property-description
:string="model.summary"
:calculations="model.summaryCalculations"
:inactive="model.inactive"
/>
<v-divider class="mt-3 mb-3" />
<property-description
:string="model.description"
:calculations="model.descriptionCalculations"