Adding computedType to measurements
This commit is contained in:
parent
38a382279a
commit
ddc306ef29
3 changed files with 16 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
<td>{{measurement.characteristic}}</td>
|
||||
<td>{{measurement.computedType}}</td>
|
||||
<td>{{{measurement.computedValue}}}</td>
|
||||
<td>{{measurement.notes}}</td>
|
||||
<td>{{measurement.testMethod}}</td>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<thead>
|
||||
<tr>
|
||||
<th>Characteristic</th>
|
||||
<th>Measurement Type</th>
|
||||
<th>Measurement</th>
|
||||
<th>Notes</th>
|
||||
<th>Test Method</th>
|
||||
|
|
Reference in a new issue