Restored session setup check in Observation
This commit is contained in:
parent
5081d7757b
commit
f779d299f1
@ -1,7 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<b-container fluid>
|
<b-container fluid>
|
||||||
<!-- <b-container type != null && whom != null && site != null && tutors != null" fluid style="padding-left: 130px;"> -->
|
<b-container v-if="type != null && whom != null && site != null && tutors != null" fluid style="padding-left: 130px;">
|
||||||
<b-container fluid style="padding-left: 130px;">
|
|
||||||
<h3>
|
<h3>
|
||||||
<v-icon name="tag" scale="1.5"/>
|
<v-icon name="tag" scale="1.5"/>
|
||||||
{{type}} / {{whom}}
|
{{type}} / {{whom}}
|
||||||
@ -243,7 +242,6 @@
|
|||||||
</b-modal>
|
</b-modal>
|
||||||
<p class="mt-3"><v-icon name="exclamation-circle" scale="1.5" color="gold"/> <i>Leaving this page before submitting will delete all entered data.</i></p>
|
<p class="mt-3"><v-icon name="exclamation-circle" scale="1.5" color="gold"/> <i>Leaving this page before submitting will delete all entered data.</i></p>
|
||||||
</b-container>
|
</b-container>
|
||||||
<!--
|
|
||||||
<b-container v-else>
|
<b-container v-else>
|
||||||
<b-row>
|
<b-row>
|
||||||
<b-col>
|
<b-col>
|
||||||
@ -256,7 +254,6 @@
|
|||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
</b-container>
|
</b-container>
|
||||||
-->
|
|
||||||
</b-container>
|
</b-container>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user