File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7979 </tr >
8080 <tr >
8181 <td :colspan =" sortedRanges.length" style =" text-align : center ; font-weight : bold ; background-color : #f0f0f0 " >
82- <span >Odds Path Calculations</span >
82+ <span >OddsPath Calculations</span >
8383 <Button
8484 v-tooltip.right =" {
8585 value:
9797 </tr >
9898 <tr >
9999 <td v-for =" range in sortedRanges" :key =" range" >
100- <span v-if =" range.classification == 'abnormal'" >Odds Path Abnormal</span >
101- <span v-else-if =" range.classification == 'normal'" >Odds Path Normal</span >
100+ <span v-if =" range.classification == 'abnormal'" >OddsPath Abnormal</span >
101+ <span v-else-if =" range.classification == 'normal'" >OddsPath Normal</span >
102102 <span v-else >N/A</span >
103103 </td >
104- <!-- <td v-if="abnormalRanges.length" :colspan="abnormalRanges.length">Odds Path Abnormal</td>
105- <td v-if="normalRanges.length" :colspan="normalRanges.length">Odds Path Normal</td>
104+ <!-- <td v-if="abnormalRanges.length" :colspan="abnormalRanges.length">OddsPath Abnormal</td>
105+ <td v-if="normalRanges.length" :colspan="normalRanges.length">OddsPath Normal</td>
106106 <td v-if="unspecifiedRanges.length" :colspan="unspecifiedRanges.length">N/A</td> -->
107107 </tr >
108108 <tr >
Original file line number Diff line number Diff line change 595595 <template #title
596596 >OddsPath Ratio and Evidence Strength
597597 <Button
598- aria-label =" Delete odds path "
598+ aria-label =" Delete OddsPath "
599599 icon =" pi pi-times"
600600 rounded
601601 severity =" danger"
673673 <div v-else >
674674 <Card >
675675 <template #title
676- >Add Odds Path
676+ >Add OddsPath
677677 <Button
678- aria-label =" Add Odds Path "
678+ aria-label =" Add OddsPath "
679679 icon =" pi pi-plus"
680680 rounded
681681 style =" float : right "
You can’t perform that action at this time.
0 commit comments