|
@@ -109,7 +109,11 @@
|
|
<div>
|
|
<div>
|
|
Status: <b class="text-secondary">@{{ event.status }}</b>
|
|
Status: <b class="text-secondary">@{{ event.status }}</b>
|
|
/
|
|
/
|
|
- <span relative class="ml-1" moe>
|
|
|
|
|
|
+ <a target="_top" :href="'/patients/view/' + event.clientUid + '/manage-appointment/' + event.uid">
|
|
|
|
+ <i class="fa fa-edit"></i>
|
|
|
|
+ Edit Appointment
|
|
|
|
+ </a>
|
|
|
|
+ {{--<span relative class="ml-1" moe>
|
|
<a start show v-on:click.prevent="return showEditForm($event.target)">
|
|
<a start show v-on:click.prevent="return showEditForm($event.target)">
|
|
<i class="fa fa-edit"></i>
|
|
<i class="fa fa-edit"></i>
|
|
Edit Appointment
|
|
Edit Appointment
|
|
@@ -161,7 +165,7 @@
|
|
v-on:click.prevent="return cancelEditForm($event.target)">Cancel</button>
|
|
v-on:click.prevent="return cancelEditForm($event.target)">Cancel</button>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
- </span>
|
|
|
|
|
|
+ </span>--}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ml-auto">
|
|
<div class="ml-auto">
|