From 7e451af7a2395b87c5f0420acc41e36d4802a8ef Mon Sep 17 00:00:00 2001 From: Muhammad Shahzad Date: Wed, 5 Jun 2024 21:06:27 +0500 Subject: [PATCH] fixes --- .../pages/patient-meetings/prescription.vue | 22 +++++++++---------- resources/js/pages/patients/meetings.vue | 10 +++------ 2 files changed, 14 insertions(+), 18 deletions(-) diff --git a/resources/js/pages/pages/patient-meetings/prescription.vue b/resources/js/pages/pages/patient-meetings/prescription.vue index 8e564f6..7b3921d 100644 --- a/resources/js/pages/pages/patient-meetings/prescription.vue +++ b/resources/js/pages/pages/patient-meetings/prescription.vue @@ -184,7 +184,7 @@ const close = () => { @@ -205,7 +205,7 @@ const close = () => { -

Brand:

+

Brand:

{{ prescriptionIndex.brand }}

@@ -214,7 +214,7 @@ const close = () => { -

From:

+

From:

{{ prescriptionIndex.from }}

@@ -223,7 +223,7 @@ const close = () => { -

Dosage:

+

Dosage:

{{ prescriptionIndex.dosage }}

@@ -232,7 +232,7 @@ const close = () => { -

Quantity:

+

Quantity:

{{ prescriptionIndex.quantity }}

@@ -241,7 +241,7 @@ const close = () => { -

Direction Quantity:

+

Direction Quantity:

{{ prescriptionIndex.direction_quantity }}

@@ -250,7 +250,7 @@ const close = () => { -

Direction One:

+

Direction One:

{{ prescriptionIndex.direction_one }}

@@ -259,7 +259,7 @@ const close = () => { -

Direction Two:

+

Direction Two:

{{ prescriptionIndex.direction_two }}

@@ -268,7 +268,7 @@ const close = () => { -

Refill Quantity:

+

Refill Quantity:

{{ prescriptionIndex.refill_quantity }}

@@ -278,7 +278,7 @@ const close = () => { -

Status:

+

Status:

Pending

@@ -288,7 +288,7 @@ const close = () => { -

Comments:

+

Comments:

{{ prescriptionIndex.comments }}

diff --git a/resources/js/pages/patients/meetings.vue b/resources/js/pages/patients/meetings.vue index 937d287..c3c0cb0 100644 --- a/resources/js/pages/patients/meetings.vue +++ b/resources/js/pages/patients/meetings.vue @@ -161,13 +161,9 @@ const options = [ :key="menu" >