Skip to content
Snippets Groups Projects
Commit 173d2d4d authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

Back button added in observation (Suggested by : AFS)

parent 1341c82b
Branches
No related tags found
No related merge requests found
,bhabesh,bhabesh-HP-NIBIO-Ubuntu.hitronhub.home,29.07.2021 14:43,file:///home/bhabesh/.config/libreoffice/4;
\ No newline at end of file
,bhabesh,bhabesh-HP-NIBIO-Ubuntu.hitronhub.home,30.07.2021 18:15,file:///home/bhabesh/.config/libreoffice/4;
\ No newline at end of file
No preview for this file type
<template>
<div class="hello container">
<div id="observation" class="hello container">
<div ><router-link id='btnBack' class="btn btn-success " to="/" onclick="$('.offcanvas-collapse').toggleClass('open')">Back</router-link></div>
<div class="row">
<h1 ref='titleObservation'>{{ msg }}</h1>
</div>
......@@ -782,6 +783,10 @@ export default {
mounted(){
var btnBack = document.getElementById("btnBack");
var navDiv = document.getElementById("vipsobsappmenu");
btnBack.style.top=(navDiv.offsetHeight) + "px";
btnBack.style.left=0+"px";
if(this.paramObservation)
{
this.observation = this.paramObservation;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment