Notes now show both summary and description in viewer
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user