fix
This commit is contained in:
@@ -99,7 +99,7 @@ onMounted(async () => {
|
|||||||
</VWindowItem>
|
</VWindowItem>
|
||||||
|
|
||||||
<VWindowItem>
|
<VWindowItem>
|
||||||
<PatientProfile :prescription-data="patientDtail"/>
|
<PatientProfile />
|
||||||
</VWindowItem>
|
</VWindowItem>
|
||||||
|
|
||||||
|
|
||||||
|
@@ -17,12 +17,7 @@ const dob = ref(null);
|
|||||||
const agePatient = ref(null);
|
const agePatient = ref(null);
|
||||||
const isMobile = ref(window.innerWidth <= 768);
|
const isMobile = ref(window.innerWidth <= 768);
|
||||||
const patientId = route.params.id
|
const patientId = route.params.id
|
||||||
const props = defineProps({
|
|
||||||
userData: {
|
|
||||||
type: Object,
|
|
||||||
required: true,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
|
|
||||||
onMounted(async () => {
|
onMounted(async () => {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user