Restored session setup check in Observation

This commit is contained in:
neviyn 2018-11-30 15:00:47 +00:00
parent 5081d7757b
commit f779d299f1

View File

@ -1,7 +1,6 @@
<template>
<b-container fluid>
<!-- <b-container type != null && whom != null && site != null && tutors != null" fluid style="padding-left: 130px;"> -->
<b-container fluid style="padding-left: 130px;">
<b-container v-if="type != null && whom != null && site != null && tutors != null" fluid style="padding-left: 130px;">
<h3>
<v-icon name="tag" scale="1.5"/>
{{type}}&nbsp;/&nbsp;{{whom}}
@ -243,7 +242,6 @@
</b-modal>
<p class="mt-3"><v-icon name="exclamation-circle" scale="1.5" color="gold"/>&nbsp;<i>Leaving this page before submitting will delete all entered data.</i></p>
</b-container>
<!--
<b-container v-else>
<b-row>
<b-col>
@ -256,7 +254,6 @@
</b-col>
</b-row>
</b-container>
-->
</b-container>
</template>